Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ Drop a `.csv` file below, add notes to describe this data if needed, and **Llama
|
|
| 112 |
text_input = gr.Textbox(
|
| 113 |
label="Additional notes to support the analysis"
|
| 114 |
)
|
| 115 |
-
submit = gr.Button("Run analysis!", variant="
|
| 116 |
chatbot = gr.Chatbot(
|
| 117 |
label="Data Analyst Agent",
|
| 118 |
type="messages",
|
|
|
|
| 112 |
text_input = gr.Textbox(
|
| 113 |
label="Additional notes to support the analysis"
|
| 114 |
)
|
| 115 |
+
submit = gr.Button("Run analysis!", variant="primary")
|
| 116 |
chatbot = gr.Chatbot(
|
| 117 |
label="Data Analyst Agent",
|
| 118 |
type="messages",
|