cryptocalypse commited on
Commit
2bc6357
·
1 Parent(s): 420c3e8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ def flip_image(x):
95
  return np.fliplr(x)
96
  js = """
97
  try{
98
- document.getElementById('component-2').style.height="350px"
99
  }catch(e){
100
- console.log('')
101
  }
102
  """
103
  css = "#component-2 {height: 350px}"
 
95
  return np.fliplr(x)
96
  js = """
97
  try{
98
+ document.getElementById('component-2').style.height="350px";
99
  }catch(e){
100
+ console.log('');
101
  }
102
  """
103
  css = "#component-2 {height: 350px}"