bleysg commited on
Commit
6706a83
1 Parent(s): 46a83a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,8 +62,9 @@ start_message = ""
62
 
63
  CSS ="""
64
  .contain { display: flex; flex-direction: column; }
 
65
  #component-0 { height: 100%; }
66
- #chatbot { flex-grow: 1; overflow: auto;}
67
  """
68
 
69
  #with gr.Blocks() as demo:
 
62
 
63
  CSS ="""
64
  .contain { display: flex; flex-direction: column; }
65
+ .gradio-container { height: 100vh !important; }
66
  #component-0 { height: 100%; }
67
+ #chatbot { flex-grow: 1; overflow: auto; resize: vertical; }
68
  """
69
 
70
  #with gr.Blocks() as demo: