ysharma HF staff commited on
Commit
599e122
·
verified ·
1 Parent(s): ec5e8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(theme="ocean", fill_height=True) as demo:
247
 
248
  text_input = gr.Textbox(
249
  label="Document Content",
250
- placeholder=f"Enter your document text here.\nDefault text will be picked if citations are enabled and you don't provide the documents. Default document is --"{DEFAULT_DOC}",
251
  lines=10,
252
  info="Enter the text you want to reference"
253
  )
 
247
 
248
  text_input = gr.Textbox(
249
  label="Document Content",
250
+ placeholder=f"Enter your document text here.\nDefault text will be picked if citations are enabled and you don't provide the documents. Default document is --{DEFAULT_DOC}",
251
  lines=10,
252
  info="Enter the text you want to reference"
253
  )