nolanzandi commited on
Commit
cf011ea
·
verified ·
1 Parent(s): eda5f19

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- <div style="margin:auto;max-width: 500px;">
41
- <p style="margin:0;font-style:italic;line-height:1;">Currently accepts CSV, TSV, TXT, XLS, XLSX, XML, and JSON files.</p>
42
- <p style="margin:0;font-style:italic;line-height:1;">Can run SQL queries, linear regressions, and analyze the results.</p>
43
- <p style="margin:0;font-style:italic;line-height:1;">Can generate scatter plots, line charts, pie charts, bar graphs, histograms, time series, and more.
44
- New visualizations types added regularly.</p>
45
- </div>
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")