Spaces:
Sleeping
Sleeping
Update all changes
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks() as demo:
|
|
259 |
outputs = [text_button]
|
260 |
)
|
261 |
|
262 |
-
text_button.click(fn = showMessage)
|
263 |
|
264 |
if __name__ == "__main__":
|
265 |
llmBuilder = GeminiLLM()
|
|
|
259 |
outputs = [text_button]
|
260 |
)
|
261 |
|
262 |
+
text_button.click(fn = showMessage, inputs = text_output_guia, outputs = text_output_aiAnswer)
|
263 |
|
264 |
if __name__ == "__main__":
|
265 |
llmBuilder = GeminiLLM()
|