awacke1 commited on
Commit
169d386
·
1 Parent(s): 916cf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ description = """
169
  """
170
 
171
  # 6. Use Gradio to pull it all together
172
- with gr.Blocks(css = """#col_container {width: 1400px; margin-left: auto; margin-right: auto;} #chatbot {height: 600px; overflow: auto;}""") as demo:
173
  gr.HTML(title)
174
  with gr.Column(elem_id = "col_container"):
175
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
 
169
  """
170
 
171
  # 6. Use Gradio to pull it all together
172
+ with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;}""") as demo:
173
  gr.HTML(title)
174
  with gr.Column(elem_id = "col_container"):
175
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")