omarkashif commited on
Commit
7a65571
·
verified ·
1 Parent(s): 8e68bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -221,7 +221,6 @@ with gr.Blocks() as demo:
221
  add_citations = gr.Checkbox(label="Append citations", value=True)
222
 
223
  draft_output = gr.Markdown(label="Draft Output")
224
- draft_md = draft_md.replace("\\n", "\n") # convert escaped newlines
225
 
226
  download_btn = gr.DownloadButton(label="⬇️ Download Word")
227
  # draft_output1 = gr.Markdown("# HI")
 
221
  add_citations = gr.Checkbox(label="Append citations", value=True)
222
 
223
  draft_output = gr.Markdown(label="Draft Output")
 
224
 
225
  download_btn = gr.DownloadButton(label="⬇️ Download Word")
226
  # draft_output1 = gr.Markdown("# HI")