lmzjms commited on
Commit
d614f07
·
1 Parent(s): c1fded2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,13 +224,13 @@ if __name__ == '__main__':
224
 
225
  with gr.Row():
226
  openai_api_key_textbox = gr.Textbox(
227
- placeholder="Paste your OpenAI API key here to start AudioGPT(sk-...) and press Enter ↵️",
228
  show_label=False,
229
  lines=1,
230
  type="password",
231
  )
232
 
233
- chatbot = gr.Chatbot(elem_id="chatbot", label="AudioGPT")
234
  state = gr.State([])
235
  with gr.Row(visible = False) as input_raws:
236
  with gr.Column(scale=0.7):
 
224
 
225
  with gr.Row():
226
  openai_api_key_textbox = gr.Textbox(
227
+ placeholder="Paste your OpenAI API key here to start Audio ChatGPT(sk-...) and press Enter ↵️",
228
  show_label=False,
229
  lines=1,
230
  type="password",
231
  )
232
 
233
+ chatbot = gr.Chatbot(elem_id="chatbot", label="Audio ChatGPT")
234
  state = gr.State([])
235
  with gr.Row(visible = False) as input_raws:
236
  with gr.Column(scale=0.7):