Spaces:
Runtime error
Runtime error
Commit
·
cdc9091
1
Parent(s):
f7c484e
entropy memory views
Browse files
app.py
CHANGED
|
@@ -267,7 +267,6 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
| 267 |
with gr.Tab("Entropy"):
|
| 268 |
zir_text2 = gr.Textbox(label="Text to analyze",scale=3)
|
| 269 |
zir_btn2 = gr.Button("Analyze",scale=1)
|
| 270 |
-
with gr.Row():
|
| 271 |
zir_result2 = gr.Markdown("Paste a text for analysis")
|
| 272 |
|
| 273 |
zir_btn2.click(
|
|
|
|
| 267 |
with gr.Tab("Entropy"):
|
| 268 |
zir_text2 = gr.Textbox(label="Text to analyze",scale=3)
|
| 269 |
zir_btn2 = gr.Button("Analyze",scale=1)
|
|
|
|
| 270 |
zir_result2 = gr.Markdown("Paste a text for analysis")
|
| 271 |
|
| 272 |
zir_btn2.click(
|