Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
|
|
|
|
|
|
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 |
|