awacke1 commited on
Commit
94f229b
·
1 Parent(s): c2fe4b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ description = """
162
  """
163
 
164
  # 6. Use Gradio to pull it all together
165
- with gr.Blocks(css = """#col_container {width: 640px; margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;}""") as demo:
166
  gr.HTML(title)
167
  with gr.Column(elem_id = "col_container"):
168
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
 
162
  """
163
 
164
  # 6. Use Gradio to pull it all together
165
+ with gr.Blocks(css = """#col_container {width: 100%; margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;}""") as demo:
166
  gr.HTML(title)
167
  with gr.Column(elem_id = "col_container"):
168
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")