Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(theme="soft") as iface:
|
|
209 |
output_sector = gr.Dataframe()
|
210 |
with gr.Tab("Historical Price Chart"):
|
211 |
output_chart = gr.Plot()
|
212 |
-
|
213 |
with gr.Tab("Ask About Investing"):
|
214 |
user_question = gr.Textbox(label="Ask about investing...")
|
215 |
answer_box = gr.Textbox(label="Answer")
|
|
|
209 |
output_sector = gr.Dataframe()
|
210 |
with gr.Tab("Historical Price Chart"):
|
211 |
output_chart = gr.Plot()
|
212 |
+
with gr.Blocks(theme="soft") as iface:
|
213 |
with gr.Tab("Ask About Investing"):
|
214 |
user_question = gr.Textbox(label="Ask about investing...")
|
215 |
answer_box = gr.Textbox(label="Answer")
|