RobertoBarrosoLuque commited on
Commit
4e55fc6
·
1 Parent(s): f4ac926

Stop infinite scroll please?

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -764,7 +764,7 @@ html, body {
764
  # Gradio UI
765
  # ---------------------------------------------------------------------------
766
 
767
- with gr.Blocks(css=css, fill_width=True, fill_height=True) as demo:
768
  state = gr.State(
769
  {
770
  "conversation_contexts": {},
 
764
  # Gradio UI
765
  # ---------------------------------------------------------------------------
766
 
767
+ with gr.Blocks(css=css, fill_width=True) as demo:
768
  state = gr.State(
769
  {
770
  "conversation_contexts": {},