Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -627,7 +627,7 @@ class XylariaChat:
|
|
| 627 |
def create_interface(self):
|
| 628 |
def streaming_response(message, chat_history, image_filepath, math_ocr_image_path):
|
| 629 |
# Placeholder for image generation
|
| 630 |
-
loading_svg =
|
| 631 |
<style>
|
| 632 |
rect {
|
| 633 |
animation: fillAnimation 3s ease-in-out infinite;
|
|
|
|
| 627 |
def create_interface(self):
|
| 628 |
def streaming_response(message, chat_history, image_filepath, math_ocr_image_path):
|
| 629 |
# Placeholder for image generation
|
| 630 |
+
loading_svg = """<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
| 631 |
<style>
|
| 632 |
rect {
|
| 633 |
animation: fillAnimation 3s ease-in-out infinite;
|