pablocst commited on
Commit
8f89416
·
1 Parent(s): 2ef5220

Update app.py

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