pablocst commited on
Commit
7bf0917
·
1 Parent(s): e256354

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 {height: 1520px; max-width: 1300px; margin-left: auto; margin-right: auto;}
110
  #chatbot {height: 520px; overflow: auto;}
111
  #chatbot2 textarea {height: 150px; overflow: auto;}
112
  """
 
106
  """
107
 
108
  css = """
109
+ #col_container {height: 2520px; max-width: 1300px; margin-left: auto; margin-right: auto;}
110
  #chatbot {height: 520px; overflow: auto;}
111
  #chatbot2 textarea {height: 150px; overflow: auto;}
112
  """