Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,8 @@ with gr.Blocks(css='style.css') as demo:
|
|
102 |
min_width=0)
|
103 |
|
104 |
gr.Markdown(LICENSE)
|
|
|
|
|
105 |
|
106 |
textbox.submit(
|
107 |
fn=clear_and_save_textbox,
|
|
|
102 |
min_width=0)
|
103 |
|
104 |
gr.Markdown(LICENSE)
|
105 |
+
saved_input = gr.State()
|
106 |
+
|
107 |
|
108 |
textbox.submit(
|
109 |
fn=clear_and_save_textbox,
|