pablocst commited on
Commit
bfd5c79
1 Parent(s): 3053875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=css) as demo:
116
  with gr.Column(elem_id="col_container"):
117
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
- inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter", elem_classes="large-textbox")
120
  state = gr.State([])
121
  b1 = gr.Button()
122
 
 
116
  with gr.Column(elem_id="col_container"):
117
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
+ inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter", elem_classes="large-textbox")
120
  state = gr.State([])
121
  b1 = gr.Button()
122