m-ric HF staff commited on
Commit
62139c9
β€’
1 Parent(s): 19d8bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="secondary")
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",