Spaces:
Runtime error
Runtime error
update layout; debug css
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(css="""#col_container {width: 1000px; margin-left: auto; margin-r
|
|
190 |
openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here for ChatGPT")
|
191 |
inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter ⤵️ " )
|
192 |
with gr.Column(scale=1):
|
193 |
-
b1 = gr.Button(
|
194 |
b2 = gr.Button('🔄Clear up Chatbots!', elem_id = 'clear').style(full_width=True)
|
195 |
state_chatgpt = gr.State([])
|
196 |
state_together = gr.State([])
|
|
|
190 |
openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here for ChatGPT")
|
191 |
inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter ⤵️ " )
|
192 |
with gr.Column(scale=1):
|
193 |
+
b1 = gr.Button('🏃Run', elem_id = 'run').style(full_width=True)
|
194 |
b2 = gr.Button('🔄Clear up Chatbots!', elem_id = 'clear').style(full_width=True)
|
195 |
state_chatgpt = gr.State([])
|
196 |
state_together = gr.State([])
|