Vihang28 commited on
Commit
6c97385
·
verified ·
1 Parent(s): af856ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with block:
106
  api_input = gr.Textbox(label="Enter Api-key")
107
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
108
  with gr.Column():
109
- chatbot = gr.Chatbot(label="Ask questions about the audio")
110
  message = gr.Textbox(label="User", placeholder=prompt)
111
  state = gr.State()
112
 
 
106
  api_input = gr.Textbox(label="Enter Api-key")
107
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
108
  with gr.Column():
109
+ chatbot = gr.Chatbot(label="Ask questions about the Video")
110
  message = gr.Textbox(label="User", placeholder=prompt)
111
  state = gr.State()
112