CCockrum commited on
Commit
f6a5931
·
verified ·
1 Parent(s): 7872aa1

Update app.py

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