quantamentalfinance commited on
Commit
c1c30ae
1 Parent(s): 5448bd5

corrected syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as app:
81
  with gr.Row():
82
  answer = gr.Textbox(label="Answer")
83
 
84
- with gr.Row():
85
  gr.HTML("<h3>Sources Referenced from Tesla 2023 Earnings Calls Transcripts</h3>")
86
 
87
  with gr.Row():
 
81
  with gr.Row():
82
  answer = gr.Textbox(label="Answer")
83
 
84
+ with gr.Row():
85
  gr.HTML("<h3>Sources Referenced from Tesla 2023 Earnings Calls Transcripts</h3>")
86
 
87
  with gr.Row():