Spaces:
Sleeping
Sleeping
Update all changes
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ HISTORY_ANSWER = ''
|
|
| 8 |
|
| 9 |
def activeSermonGuideZone(buttonEvent):
|
| 10 |
#print("Button show " + buttonEvent.label)
|
| 11 |
-
return gr.
|
| 12 |
|
| 13 |
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
def activeSermonGuideZone(buttonEvent):
|
| 10 |
#print("Button show " + buttonEvent.label)
|
| 11 |
+
return gr.update (interactive = True)
|
| 12 |
|
| 13 |
|
| 14 |
|