agentharbor commited on
Commit
ba1aaa5
·
verified ·
1 Parent(s): 9cf039d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,10 +96,10 @@ with gr.Blocks(
96
  ) as demo:
97
  gr.Markdown("""# Agentville Data analyst 📊
98
 
99
- Drop a `.csv` file below, add notes to describe this data if needed, and **Llama-3.1-70B will analyze the file content and draw figures for you!**""")
100
  file_input = gr.File(label="Your file to analyze")
101
  text_input = gr.Textbox(
102
- label="Additional notes to support the analysis"
103
  )
104
  submit = gr.Button("Run analysis!", variant="primary")
105
  chatbot = gr.Chatbot(
 
96
  ) as demo:
97
  gr.Markdown("""# Agentville Data analyst 📊
98
 
99
+ Drop a `.csv` file below, add notes to describe this data if needed, and **Gemini and Llama-3.1-70B will analyze the file content and does the analysis for you!**""")
100
  file_input = gr.File(label="Your file to analyze")
101
  text_input = gr.Textbox(
102
+ label="Additional notes to guide the analysis"
103
  )
104
  submit = gr.Button("Run analysis!", variant="primary")
105
  chatbot = gr.Chatbot(