Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ with gr.Blocks(
|
|
| 147 |
) as demo:
|
| 148 |
gr.Markdown("""# Agentville Data analyst 📊
|
| 149 |
|
| 150 |
-
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!**""")
|
| 151 |
file_input = gr.File(label="Your file to analyze")
|
| 152 |
text_input = gr.Textbox(
|
| 153 |
label="Additional notes to guide the analysis"
|
|
|
|
| 147 |
) as demo:
|
| 148 |
gr.Markdown("""# Agentville Data analyst 📊
|
| 149 |
|
| 150 |
+
Drop a `.csv` file below, add notes to describe this data if needed, and **Agents powered by Gemini and Llama-3.1-70B will analyze the file content and does the analysis for you!**""")
|
| 151 |
file_input = gr.File(label="Your file to analyze")
|
| 152 |
text_input = gr.Textbox(
|
| 153 |
label="Additional notes to guide the analysis"
|