prashu333 commited on
Commit
66ec7e6
1 Parent(s): c02a8ef

Update app.py

Browse files

added label for index name

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -176,6 +176,7 @@ with gr.Blocks() as demo:
176
 
177
  # Upload PDF section
178
  pdf_file = gr.File(label="Upload PDF")
 
179
  index_name = gr.Textbox(label="Index Name")
180
  upload_status = gr.Textbox(label="Status...", lines=1)
181
 
 
176
 
177
  # Upload PDF section
178
  pdf_file = gr.File(label="Upload PDF")
179
+ gr.Markdown("Index name must be combination of (small letters ,-, number)")
180
  index_name = gr.Textbox(label="Index Name")
181
  upload_status = gr.Textbox(label="Status...", lines=1)
182