Spaces:
Sleeping
Sleeping
Update all changes
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks() as demo:
|
|
261 |
outputs = [text_button, question_option]
|
262 |
)
|
263 |
|
264 |
-
text_button.click(fn = showMessage, inputs = [text_output_guia,
|
265 |
|
266 |
if __name__ == "__main__":
|
267 |
llmBuilder = GeminiLLM()
|
|
|
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__":
|
267 |
llmBuilder = GeminiLLM()
|