JiheonJeong commited on
Commit
c09ea5b
·
1 Parent(s): c67c3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -185,7 +185,6 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
185
  text2 = gr.Textbox(label="prompt 2")
186
  text3 = gr.Textbox(label="prompt 3")
187
 
188
- with gr.Column(scale)
189
  chatbot = gr.Chatbot(elem_id='chatbot') #c
190
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t
191
  state = gr.State([]) #s
 
185
  text2 = gr.Textbox(label="prompt 2")
186
  text3 = gr.Textbox(label="prompt 3")
187
 
 
188
  chatbot = gr.Chatbot(elem_id='chatbot') #c
189
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t
190
  state = gr.State([]) #s