Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
"
|
351 |
-
"
|
352 |
-
"
|
353 |
-
"
|
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 |
|