inoid commited on
Commit
f215869
·
1 Parent(s): be9b691

Update all changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()