pablocst commited on
Commit
88703b9
·
1 Parent(s): 063ec53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin
111
  with gr.Column(elem_id = "col_container"):
112
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
113
  chatbot = gr.Chatbot(elem_id='chatbot') #c
114
- inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter", lenght=3) #t
115
  state = gr.State([]) #s
116
  b1 = gr.Button()
117
 
 
111
  with gr.Column(elem_id = "col_container"):
112
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
113
  chatbot = gr.Chatbot(elem_id='chatbot') #c
114
+ inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter", scale=2) #t
115
  state = gr.State([]) #s
116
  b1 = gr.Button()
117