Spaces:
Sleeping
Sleeping
Update influencer_ui.py
Browse files- influencer_ui.py +2 -2
influencer_ui.py
CHANGED
|
@@ -3,12 +3,12 @@ import streamlit as st
|
|
| 3 |
influencers_data = {
|
| 4 |
"influencer1": {
|
| 5 |
"name": "Influencer One",
|
| 6 |
-
"image": "images/inf1.
|
| 7 |
"details": "Details about Influencer One..."
|
| 8 |
},
|
| 9 |
"influencer2": {
|
| 10 |
"name": "Influencer Two",
|
| 11 |
-
"image": "images/inf2.
|
| 12 |
"details": "Details about Influencer Two..."
|
| 13 |
}
|
| 14 |
# Add more influencers as needed
|
|
|
|
| 3 |
influencers_data = {
|
| 4 |
"influencer1": {
|
| 5 |
"name": "Influencer One",
|
| 6 |
+
"image": "images/inf1.png", # Replace with actual image paths
|
| 7 |
"details": "Details about Influencer One..."
|
| 8 |
},
|
| 9 |
"influencer2": {
|
| 10 |
"name": "Influencer Two",
|
| 11 |
+
"image": "images/inf2.png",
|
| 12 |
"details": "Details about Influencer Two..."
|
| 13 |
}
|
| 14 |
# Add more influencers as needed
|