pablocst commited on
Commit
9fba97d
1 Parent(s): 643b754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
107
  css = """
108
  #col_container {width: 1000px; margin-left: auto; margin-right: auto;}
109
  #chatbot {height: 520px; overflow: auto;}
110
- .large-textbox textarea {height: 20%;}
111
  """
112
 
113
  with gr.Blocks(css=css) as demo:
 
107
  css = """
108
  #col_container {width: 1000px; margin-left: auto; margin-right: auto;}
109
  #chatbot {height: 520px; overflow: auto;}
110
+ .large-textbox textarea {height: 200;}
111
  """
112
 
113
  with gr.Blocks(css=css) as demo: