Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
7868dd4
1
Parent(s):
23f9eed
entropy memory views
Browse files
app.py
CHANGED
@@ -240,12 +240,11 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
240 |
outputs=zir_result2
|
241 |
)
|
242 |
|
243 |
-
with gr.Tab("Memory"):
|
244 |
|
245 |
|
246 |
|
247 |
-
with gr.
|
248 |
-
with gr.
|
249 |
c_time2 = gr.Textbox(label="Memory refreshed every second")
|
250 |
gr.Textbox(
|
251 |
"Change the value of the slider to calibrate the memory",
|
|
|
240 |
outputs=zir_result2
|
241 |
)
|
242 |
|
|
|
243 |
|
244 |
|
245 |
|
246 |
+
with gr.Tab("Memory"):
|
247 |
+
with gr.Row():
|
248 |
c_time2 = gr.Textbox(label="Memory refreshed every second")
|
249 |
gr.Textbox(
|
250 |
"Change the value of the slider to calibrate the memory",
|