Update app.py
Browse files
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 --
|
| 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 |
)
|