Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def initialize_t(ld):
|
|
76 |
|
77 |
with gr.Blocks() as block:
|
78 |
idx = gr.State(0)
|
79 |
-
ttt = gr.
|
80 |
local_data = gr.JSON(
|
81 |
{},
|
82 |
label="Local Storage",
|
|
|
76 |
|
77 |
with gr.Blocks() as block:
|
78 |
idx = gr.State(0)
|
79 |
+
ttt = gr.Textbox(visible=False)
|
80 |
local_data = gr.JSON(
|
81 |
{},
|
82 |
label="Local Storage",
|