Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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 |
|