ysharma HF staff commited on
Commit
6843475
·
verified ·
1 Parent(s): 03051a4

added placeholder to document content

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ with gr.Blocks(fill_height=True) as demo:
218
 
219
  text_input = gr.Textbox(
220
  label="Document Content",
221
- placeholder="Enter your document text here...",
222
  lines=10,
223
  info="Enter the text you want to reference. If empty, default document will be used."
224
  )
 
218
 
219
  text_input = gr.Textbox(
220
  label="Document Content",
221
+ placeholder=f"Enter your document text here. Default doc is -- {DEFAULT_DOC}",
222
  lines=10,
223
  info="Enter the text you want to reference. If empty, default document will be used."
224
  )