Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
|
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
| 92 |
topic = gr.Textbox(label="Enter a financial topic or company name", placeholder="e.g., Apple Inc.")
|
| 93 |
-
analyze_btn = gr.Button(
|
| 94 |
|
| 95 |
with gr.Column():
|
| 96 |
gr.Empty()
|
|
|
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
| 92 |
topic = gr.Textbox(label="Enter a financial topic or company name", placeholder="e.g., Apple Inc.")
|
| 93 |
+
analyze_btn = gr.Button(value="Analyze")
|
| 94 |
|
| 95 |
with gr.Column():
|
| 96 |
gr.Empty()
|