AchyuthGamer commited on
Commit
5cfb556
1 Parent(s): 322db7b

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: 1200px; # adjust the height as needed
87
- flex-grow: 2;
88
  }
89
  """
90
 
 
83
 
84
  customCSS = """
85
  #component-7 { # this is the default element ID of the chat component
86
+ height: 1600px; # adjust the height as needed
87
+ flex-grow: 4;
88
  }
89
  """
90