pablocst commited on
Commit
7b5a814
1 Parent(s): 01a9485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 1200px; margin-left: auto; margin-right: auto;}
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