NCTCMumbai commited on
Commit
b478431
·
verified ·
1 Parent(s): 76769b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -347,10 +347,10 @@ with gr.Blocks(css=".gr-button {background-color: #1E3A8A; color: white;}") as d
347
  query_input = gr.Textbox(label="Enter your query here", placeholder="e.g., What revenue reports deal with mechanical parts?")
348
  submit_button = gr.Button("Submit")
349
  image_urls = [
350
- "https://example.com/loading1.gif", # Replace with actual URLs or store GIFs in HF Space
351
- "https://example.com/loading2.gif",
352
- "https://example.com/loading3.gif",
353
- "https://example.com/loading4.gif"
354
  ]
355
  gif_image = gr.Image(width=100, height=100, value=random.choice(image_urls), visible=False, label="Loading...")
356
 
 
347
  query_input = gr.Textbox(label="Enter your query here", placeholder="e.g., What revenue reports deal with mechanical parts?")
348
  submit_button = gr.Button("Submit")
349
  image_urls = [
350
+ "1.gif", # Replace with actual URLs or store GIFs in HF Space
351
+ "2.gif",
352
+ "3.gif",
353
+ "4.gif"
354
  ]
355
  gif_image = gr.Image(width=100, height=100, value=random.choice(image_urls), visible=False, label="Loading...")
356