Spaces:
Runtime error
Runtime error
Commit
·
173e7dd
1
Parent(s):
bae63fc
Remove 1000px width of app (#4)
Browse files- fix width (f58db781000b3d717fcd96162741580a41d6f854)
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)
|