Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def respond(message, history):
|
|
36 |
except Exception as e:
|
37 |
yield f"An error occurred: {e}"
|
38 |
|
39 |
-
header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/
|
40 |
|
41 |
|
42 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
|
36 |
except Exception as e:
|
37 |
yield f"An error occurred: {e}"
|
38 |
|
39 |
+
header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/j61iZTDaK9g0UW3aWGwWi.gif"
|
40 |
|
41 |
|
42 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|