Upload app.py
Browse files
app.py
CHANGED
@@ -37,12 +37,12 @@ with gr.Blocks(css=css, delete_cache=(3600,3600)) as demo:
|
|
37 |
description = gr.HTML("""<p style='text-align:center;'>A helpful tool for data analysis, visualizations, regressions, and more.
|
38 |
Upload a data file and chat with our virtual data analyst to get insights on your data set.
|
39 |
Try a sample file to get started!</p>
|
40 |
-
<
|
41 |
-
<
|
42 |
-
<
|
43 |
-
<
|
44 |
-
New visualizations types added regularly.</
|
45 |
-
</
|
46 |
<p style='text-align:center;'>This application is under active development. If you experience bugs with use,
|
47 |
open a discussion in the community tab and I will respond.</p>""")
|
48 |
example_file_1 = gr.File(visible=False, value="samples/bank_marketing_campaign.csv")
|
|
|
37 |
description = gr.HTML("""<p style='text-align:center;'>A helpful tool for data analysis, visualizations, regressions, and more.
|
38 |
Upload a data file and chat with our virtual data analyst to get insights on your data set.
|
39 |
Try a sample file to get started!</p>
|
40 |
+
<ul style="margin:auto;max-width: 500px;">
|
41 |
+
<li style="margin:0;line-height:1;">Currently accepts CSV, TSV, TXT, XLS, XLSX, XML, and JSON files.</li>
|
42 |
+
<li style="margin:0;line-height:1;">Can run SQL queries, linear regressions, and analyze the results.</li>
|
43 |
+
<li style="margin:0;line-height:1;">Can generate scatter plots, line charts, pie charts, bar graphs, histograms, time series, and more.
|
44 |
+
New visualizations types added regularly.</li>
|
45 |
+
</ul>
|
46 |
<p style='text-align:center;'>This application is under active development. If you experience bugs with use,
|
47 |
open a discussion in the community tab and I will respond.</p>""")
|
48 |
example_file_1 = gr.File(visible=False, value="samples/bank_marketing_campaign.csv")
|