Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,8 +154,6 @@ def parse(category, chatbot):
|
|
| 154 |
yield information
|
| 155 |
|
| 156 |
|
| 157 |
-
def activate_flags():
|
| 158 |
-
|
| 159 |
|
| 160 |
def activate_flags():
|
| 161 |
return gr.Button.update(interactive=True), gr.Button.update(interactive=True)
|
|
|
|
| 154 |
yield information
|
| 155 |
|
| 156 |
|
|
|
|
|
|
|
| 157 |
|
| 158 |
def activate_flags():
|
| 159 |
return gr.Button.update(interactive=True), gr.Button.update(interactive=True)
|