Spaces:
Sleeping
Sleeping
Maxime Bourliatoux
commited on
Commit
·
bd1326b
1
Parent(s):
d07ea64
Add help message
Browse files
app.py
CHANGED
@@ -122,6 +122,10 @@ with gr.Blocks() as demo:
|
|
122 |
concurrency_limit=20,
|
123 |
)
|
124 |
|
|
|
|
|
|
|
|
|
125 |
file_btn = gr.Button(value="Encode file ✅", interactive=True)
|
126 |
btn_msg = gr.Textbox(container=False, visible=False)
|
127 |
|
|
|
122 |
concurrency_limit=20,
|
123 |
)
|
124 |
|
125 |
+
help_msg = gr.Markdown(
|
126 |
+
value="Once the document is loaded, press the Encode button below to add it to the db."
|
127 |
+
)
|
128 |
+
|
129 |
file_btn = gr.Button(value="Encode file ✅", interactive=True)
|
130 |
btn_msg = gr.Textbox(container=False, visible=False)
|
131 |
|