Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
114 |
process_chat(message, history, session_id)[1],
|
115 |
),
|
116 |
additional_inputs=[session_id],
|
117 |
-
render_markdown=True,
|
118 |
examples=["What does clause 3.2 mean?", "Summarize the timeline from the image."],
|
119 |
title="π¬ Document Assistant",
|
120 |
retry_btn="π Retry",
|
|
|
114 |
process_chat(message, history, session_id)[1],
|
115 |
),
|
116 |
additional_inputs=[session_id],
|
|
|
117 |
examples=["What does clause 3.2 mean?", "Summarize the timeline from the image."],
|
118 |
title="π¬ Document Assistant",
|
119 |
retry_btn="π Retry",
|