Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
77 |
],
|
78 |
outputs=[
|
79 |
"text", # For the model's response
|
80 |
-
gr.State(value=
|
81 |
],
|
82 |
css=css, # Pass the custom CSS here
|
83 |
)
|
|
|
77 |
],
|
78 |
outputs=[
|
79 |
"text", # For the model's response
|
80 |
+
gr.State(value=True), # This should be the state output, which tracks visibility
|
81 |
],
|
82 |
css=css, # Pass the custom CSS here
|
83 |
)
|