minhdang14902 commited on
Commit
b1e622d
·
verified ·
1 Parent(s): 5ecf156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import json
9
  import pandas as pd
10
  import re
11
 
12
- image_url = "https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png"
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)