added placeholder to document content
Browse files
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 |
)
|