Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def build_interface() -> gr.Blocks:
|
|
79 |
placeholder="e.g. How has my sleep changed since starting Prozac last month?",
|
80 |
)
|
81 |
answer_box = gr.Textbox(label="Assistant", lines=8, interactive=False)
|
82 |
-
ask_btn = gr.Button("
|
83 |
ask_btn.click(
|
84 |
fn=answer_sync,
|
85 |
inputs=[
|
|
|
79 |
placeholder="e.g. How has my sleep changed since starting Prozac last month?",
|
80 |
)
|
81 |
answer_box = gr.Textbox(label="Assistant", lines=8, interactive=False)
|
82 |
+
ask_btn = gr.Button("Explore Insights", variant="primary")
|
83 |
ask_btn.click(
|
84 |
fn=answer_sync,
|
85 |
inputs=[
|