cryptocalypse commited on
Commit
a402a91
·
verified ·
1 Parent(s): fccd8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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