Spaces:
Runtime error
Runtime error
Ali Abid
commited on
Commit
•
f58db78
1
Parent(s):
bae63fc
fix width
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ In this app, you can explore the outputs of multiple LLMs when prompted in this
|
|
105 |
"""
|
106 |
|
107 |
with gr.Blocks(
|
108 |
-
css="""#col_container {
|
109 |
#chatbot {height: 520px; overflow: auto;}"""
|
110 |
) as demo:
|
111 |
gr.HTML(title)
|
|
|
105 |
"""
|
106 |
|
107 |
with gr.Blocks(
|
108 |
+
css="""#col_container {margin-left: auto; margin-right: auto;}
|
109 |
#chatbot {height: 520px; overflow: auto;}"""
|
110 |
) as demo:
|
111 |
gr.HTML(title)
|