Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
100 |
file_input = gr.File(label="Your file to analyze")
|
101 |
text_input = gr.Textbox(
|
102 |
-
label="Additional notes to
|
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(
|