N.Achyuth Reddy commited on
Commit
0369d8d
·
1 Parent(s): aa82d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ additional_inputs=[
83
 
84
  customCSS = """
85
  #component-7 { # this is the default element ID of the chat component
86
- height: 800px; # adjust the height as needed
87
- flex-grow: 1;
88
  }
89
  """
90
 
 
83
 
84
  customCSS = """
85
  #component-7 { # this is the default element ID of the chat component
86
+ height: 1200px; # adjust the height as needed
87
+ flex-grow: 2;
88
  }
89
  """
90