Spaces:
Runtime error
Runtime error
Commit
·
6402d6f
1
Parent(s):
aad609c
himself
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def flip_text(x):
|
|
| 94 |
def flip_image(x):
|
| 95 |
return np.fliplr(x)
|
| 96 |
|
| 97 |
-
css = "#
|
| 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"):
|