cryptocalypse commited on
Commit
b80c2fc
·
1 Parent(s): 2bc6357
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -94,11 +94,7 @@ def flip_text(x):
94
  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}"
104
 
 
94
  def flip_image(x):
95
  return np.fliplr(x)
96
  js = """
 
97
  document.getElementById('component-2').style.height="350px";
 
 
 
98
  """
99
  css = "#component-2 {height: 350px}"
100