IAMTFRMZA commited on
Commit
f81105c
Β·
verified Β·
1 Parent(s): 33aa59b

Update app.py

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