Update app.py
Browse files
app.py
CHANGED
@@ -170,9 +170,9 @@ def flip_image(x):
|
|
170 |
|
171 |
|
172 |
js = """
|
173 |
-
function upchat() {
|
174 |
-
document.getElementById('component-2').style.height='350px'
|
175 |
-
}
|
176 |
"""
|
177 |
css = "#component-2 {height: 350px}"
|
178 |
|
|
|
170 |
|
171 |
|
172 |
js = """
|
173 |
+
//function upchat() {
|
174 |
+
//document.getElementById('component-2').style.height='350px'
|
175 |
+
//}
|
176 |
"""
|
177 |
css = "#component-2 {height: 350px}"
|
178 |
|