bohmian commited on
Commit
decfeff
·
1 Parent(s): 5ae0938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as app:
73
  gr.HTML("<h1>Chat with Tesla 2023 Earnings Calls Transcripts</h1>")
74
 
75
  with gr.Row():
76
- query = gr.Textbox("Is Elon happy about Tesla?", placeholder="Enter question here...", label="Enter question")
77
  btn = gr.Button("Ask Question")
78
 
79
  with gr.Row():
 
73
  gr.HTML("<h1>Chat with Tesla 2023 Earnings Calls Transcripts</h1>")
74
 
75
  with gr.Row():
76
+ query = gr.Textbox("How is Tesla planning to expand?", placeholder="Enter question here...", label="Enter question")
77
  btn = gr.Button("Ask Question")
78
 
79
  with gr.Row():