cryptocalypse commited on
Commit
c37a094
·
1 Parent(s): 215164f
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def flip_text(x):
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,6 +105,7 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
105
  retry_btn=None,
106
  undo_btn="Undo",
107
  clear_btn="Clear",
 
108
  )
109
 
110
  #with gr.Tab("Chat"):
 
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
  retry_btn=None,
106
  undo_btn="Undo",
107
  clear_btn="Clear",
108
+ elem_id="chatiface"
109
  )
110
 
111
  #with gr.Tab("Chat"):