fredcaixeta commited on
Commit
aab322b
·
1 Parent(s): c91aeff
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,10 +37,10 @@ with gr.Blocks() as demo:
37
  title="Chat with AI Agent with Access to Extracted Data",
38
  description="Envie perguntas sobre os dados extraídos.",
39
  save_history=True,
40
- examples = gr.Examples([
41
  ["What is the name of the invoice document available?"],
42
  ["Which document has the ID aZwfUT2Zs?"]
43
- ], textbox),
44
  cache_examples=True,
45
  )
46
  demo.launch()
 
37
  title="Chat with AI Agent with Access to Extracted Data",
38
  description="Envie perguntas sobre os dados extraídos.",
39
  save_history=True,
40
+ examples =[
41
  ["What is the name of the invoice document available?"],
42
  ["Which document has the ID aZwfUT2Zs?"]
43
+ ],
44
  cache_examples=True,
45
  )
46
  demo.launch()