Spaces:
Sleeping
Sleeping
Update all
Browse files
app.py
CHANGED
@@ -261,8 +261,6 @@ with gr.Blocks() as demo:
|
|
261 |
outputs = [text_button, question_option]
|
262 |
)
|
263 |
|
264 |
-
#fn = activeSermonGuideZone,
|
265 |
-
|
266 |
text_button.click(fn = showMessage, inputs = [text_output_guia, question_option], outputs = text_output_aiAnswer)
|
267 |
|
268 |
if __name__ == "__main__":
|
|
|
261 |
outputs = [text_button, question_option]
|
262 |
)
|
263 |
|
|
|
|
|
264 |
text_button.click(fn = showMessage, inputs = [text_output_guia, question_option], outputs = text_output_aiAnswer)
|
265 |
|
266 |
if __name__ == "__main__":
|