DrishtiSharma commited on
Commit
d9c53d1
Β·
verified Β·
1 Parent(s): 683d61c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,10 +193,10 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
193
  # Displaying Examples
194
  with gr.Row():
195
  gr.Markdown("## πŸ’‘ Example Queries")
196
- gr.Examples(examples=get_example(), inputs=[file, query], label="Try These Examples", show_label=True)
197
 
198
  # Output Gallery for Search Results
199
- output_gallery = gr.Gallery(label="πŸ“‚ Retrieved Documents", height=600, show_label=True)
200
 
201
  # Section 3: Answer Retrieval
202
  with gr.Row():
 
193
  # Displaying Examples
194
  with gr.Row():
195
  gr.Markdown("## πŸ’‘ Example Queries")
196
+ gr.Examples(examples=get_example(), inputs=[file, query], label="Try These Examples")
197
 
198
  # Output Gallery for Search Results
199
+ output_gallery = gr.Gallery(label="πŸ“‚ Retrieved Documents", height=600)
200
 
201
  # Section 3: Answer Retrieval
202
  with gr.Row():