Spaces:
Runtime error
Runtime error
N.Achyuth Reddy
commited on
Commit
·
0369d8d
1
Parent(s):
aa82d32
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: 1200px; # adjust the height as needed
|
87 |
+
flex-grow: 2;
|
88 |
}
|
89 |
"""
|
90 |
|