cryptocalypse commited on
Commit
6402d6f
1 Parent(s): aad609c
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,7 +94,7 @@ def flip_text(x):
94
  def flip_image(x):
95
  return np.fliplr(x)
96
 
97
- css = "#chatiface {height: 350px}"
98
 
99
  with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
100
  #with gr.Blocks(theme='gradio/soft') as demo:
@@ -105,7 +105,6 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
105
  retry_btn=None,
106
  undo_btn="Undo",
107
  clear_btn="Clear",
108
- elem_id="chatiface",
109
  )
110
 
111
  #with gr.Tab("Chat"):
 
94
  def flip_image(x):
95
  return np.fliplr(x)
96
 
97
+ css = "#component-2 {height: 350px}"
98
 
99
  with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
100
  #with gr.Blocks(theme='gradio/soft') as demo:
 
105
  retry_btn=None,
106
  undo_btn="Undo",
107
  clear_btn="Clear",
 
108
  )
109
 
110
  #with gr.Tab("Chat"):