Spaces:
Runtime error
Runtime error
updated chatbot width
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ In this app, you can explore the outputs of a gpt-4 LLM.
|
|
106 |
|
107 |
theme = gr.themes.Default(primary_hue="green")
|
108 |
|
109 |
-
with gr.Blocks(css = """#col_container {
|
110 |
#chatbot {height: 520px; overflow: auto;}""",
|
111 |
theme=theme) as demo:
|
112 |
gr.HTML(title)
|
|
|
106 |
|
107 |
theme = gr.themes.Default(primary_hue="green")
|
108 |
|
109 |
+
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
110 |
#chatbot {height: 520px; overflow: auto;}""",
|
111 |
theme=theme) as demo:
|
112 |
gr.HTML(title)
|