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