gkdivya commited on
Commit
89c9a04
·
1 Parent(s): 2cd4c59

Update influencer_ui.py

Browse files
Files changed (1) hide show
  1. 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.jpg", # Replace with actual image paths
7
  "details": "Details about Influencer One..."
8
  },
9
  "influencer2": {
10
  "name": "Influencer Two",
11
- "image": "images/inf2.jpg",
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