Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
|
|
106 |
"""
|
107 |
|
108 |
css = """
|
109 |
-
#col_container {width:
|
110 |
#chatbot {height: 520px; overflow: auto;}
|
111 |
"""
|
112 |
|
|
|
106 |
"""
|
107 |
|
108 |
css = """
|
109 |
+
#col_container {width: 1100px; margin-left: auto; margin-right: auto;}
|
110 |
#chatbot {height: 520px; overflow: auto;}
|
111 |
"""
|
112 |
|