simonraj commited on
Commit
3c57c39
·
1 Parent(s): 248568d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ system_msg_info = """The system message is used to set the context and behavior
116
  theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="blue",
117
  text_size=gr.themes.sizes.text_lg)
118
 
119
- with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;width: 600px; font-size: 12px;}""",
120
  theme=theme) as demo:
121
  gr.HTML(title)
122
 
 
116
  theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="blue",
117
  text_size=gr.themes.sizes.text_lg)
118
 
119
+ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 600px; overflow: auto;width: 800px; font-size: 12px;}""",
120
  theme=theme) as demo:
121
  gr.HTML(title)
122