update
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ try:
|
|
| 89 |
TxAgent_Project_Page_HTML = TxAgent_Project_Page_HTML_raw
|
| 90 |
|
| 91 |
# Find all image paths matching the pattern
|
| 92 |
-
image_path_pattern = r'static/images/([^"]*\.
|
| 93 |
image_paths = re.findall(
|
| 94 |
image_path_pattern, TxAgent_Project_Page_HTML_raw)
|
| 95 |
unique_image_paths = set(image_paths)
|
|
|
|
| 89 |
TxAgent_Project_Page_HTML = TxAgent_Project_Page_HTML_raw
|
| 90 |
|
| 91 |
# Find all image paths matching the pattern
|
| 92 |
+
image_path_pattern = r'static/images/([^"]*\.png)'
|
| 93 |
image_paths = re.findall(
|
| 94 |
image_path_pattern, TxAgent_Project_Page_HTML_raw)
|
| 95 |
unique_image_paths = set(image_paths)
|