pablocst commited on
Commit
d2d542c
·
1 Parent(s): 499abc2

Update app.py

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