Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
5cfb556
1
Parent(s):
322db7b
Update app.py
Browse files
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:
|
87 |
-
flex-grow:
|
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 |
|