Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,10 @@ def create_app():
|
|
163 |
)
|
164 |
|
165 |
with gr.Tab("Upload Document"):
|
166 |
-
gr.Markdown('
|
167 |
-
gr.Markdown('
|
|
|
|
|
168 |
file_input = gr.File(label="Upload a TXT, PDF, or DOCX file")
|
169 |
#language_input = gr.Textbox(label="Preferred Language for Report")
|
170 |
language_input = 'English'
|
|
|
163 |
)
|
164 |
|
165 |
with gr.Tab("Upload Document"):
|
166 |
+
gr.Markdown('Please upload a document that contains content written about a patient or by the patient.')
|
167 |
+
gr.Markdown('* Maximum length is up to 100K characters.')
|
168 |
+
gr.Markdown('* It is important to emphasize that the uploaded document is confidential and cannot be accessed.')
|
169 |
+
gr.Markdown('* In any case, it is recommended not to upload sensitive documents.')
|
170 |
file_input = gr.File(label="Upload a TXT, PDF, or DOCX file")
|
171 |
#language_input = gr.Textbox(label="Preferred Language for Report")
|
172 |
language_input = 'English'
|