Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
f7c484e
1
Parent(s):
e88f71d
entropy memory views
Browse files
app.py
CHANGED
@@ -261,7 +261,9 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
261 |
period.change(get_plot, period, plot, every=1, cancels=[dep])
|
262 |
|
263 |
|
264 |
-
|
|
|
|
|
265 |
with gr.Tab("Entropy"):
|
266 |
zir_text2 = gr.Textbox(label="Text to analyze",scale=3)
|
267 |
zir_btn2 = gr.Button("Analyze",scale=1)
|
|
|
261 |
period.change(get_plot, period, plot, every=1, cancels=[dep])
|
262 |
|
263 |
|
264 |
+
|
265 |
+
|
266 |
+
|
267 |
with gr.Tab("Entropy"):
|
268 |
zir_text2 = gr.Textbox(label="Text to analyze",scale=3)
|
269 |
zir_btn2 = gr.Button("Analyze",scale=1)
|