Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import json
|
|
| 9 |
import pandas as pd
|
| 10 |
import re
|
| 11 |
|
| 12 |
-
image_url = "
|
| 13 |
|
| 14 |
# Hiển thị hình ảnh
|
| 15 |
st.image(image_url, caption='Hình ảnh từ URL', use_column_width=True)
|
|
|
|
| 9 |
import pandas as pd
|
| 10 |
import re
|
| 11 |
|
| 12 |
+
image_url = "logo.png"
|
| 13 |
|
| 14 |
# Hiển thị hình ảnh
|
| 15 |
st.image(image_url, caption='Hình ảnh từ URL', use_column_width=True)
|