enoreyes commited on
Commit
de48af3
·
1 Parent(s): 06a5bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def chat(
71
  return history, history
72
 
73
 
74
- block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
75
 
76
  with block:
77
  with gr.Row():
 
71
  return history, history
72
 
73
 
74
+ block = gr.Blocks(css=".gradio-container {background-color: lightgray} #chatbot .overflow-y-auto{height:1000px}")
75
 
76
  with block:
77
  with gr.Row():