cryptocalypse commited on
Commit
5321d9c
1 Parent(s): 22af893
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,10 +95,10 @@ def flip_image(x):
95
  return np.fliplr(x)
96
 
97
 
98
- js = "document.getElementById('component-2').style.height='350px';"
99
  css = "#component-2 {height: 350px}"
100
 
101
- with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
102
  #with gr.Blocks(theme='gradio/soft') as demo:
103
  #with gr.Blocks(title="Sophia, Torah Codes") as app:
104
  #with gr.Row():
 
95
  return np.fliplr(x)
96
 
97
 
98
+ js = "document.getElementById('component-2').style.height='350px'"
99
  css = "#component-2 {height: 350px}"
100
 
101
+ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
102
  #with gr.Blocks(theme='gradio/soft') as demo:
103
  #with gr.Blocks(title="Sophia, Torah Codes") as app:
104
  #with gr.Row():