IAMTFRMZA commited on
Commit
84aaf41
·
verified ·
1 Parent(s): ce51cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -111,7 +111,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
111
  process_chat(message, history, session_id)[1],
112
  ),
113
  additional_inputs=[session_id],
114
- examples=["What does clause 3.2 mean?", "Summarize the timeline from the image."],
 
 
 
115
  title="💬 Document Assistant"
116
  )
117
 
 
111
  process_chat(message, history, session_id)[1],
112
  ),
113
  additional_inputs=[session_id],
114
+ examples=[
115
+ ["What does clause 3.2 mean?"],
116
+ ["Summarize the timeline from the image."]
117
+ ],
118
  title="💬 Document Assistant"
119
  )
120