chansung commited on
Commit
cf7aa4d
1 Parent(s): 504b6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def chat(user_input):
39
  simple_history[-1] = current_pair
40
  yield simple_history
41
 
42
- with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-right: auto;}
43
  #chatbot {height: 400px; overflow: auto;}""") as demo:
44
 
45
  with gr.Column(elem_id='col_container'):
 
39
  simple_history[-1] = current_pair
40
  yield simple_history
41
 
42
+ with gr.Blocks(css = """#col_container {width: 95%; margin-left: auto; margin-right: auto;}
43
  #chatbot {height: 400px; overflow: auto;}""") as demo:
44
 
45
  with gr.Column(elem_id='col_container'):