Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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 |
|