ysharma HF staff commited on
Commit
7476653
·
1 Parent(s): 9cc4dbf

update layout; debug css

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(elem_id = '🏃 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([])
 
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([])