Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.express as px
|
|
|
|
| 4 |
import os
|
| 5 |
from langchain_google_genai import GoogleGenerativeAI
|
| 6 |
from langchain_core.prompts import ChatPromptTemplate
|
|
@@ -12,9 +13,6 @@ st.set_page_config(page_title="🏏 Ultimate Cricket Analytics", layout="wide")
|
|
| 12 |
# Define the URL of the background image (use your own image URL)
|
| 13 |
from PIL import Image
|
| 14 |
|
| 15 |
-
# Set up Streamlit page config
|
| 16 |
-
st.set_page_config(page_title="Ultimate Cricket Analytics Dashboard", layout="wide")
|
| 17 |
-
|
| 18 |
# ---- Background Styling ----
|
| 19 |
background_image_url = "https://cdn.wallpapersafari.com/54/80/xOOc4x.jpg" # You can replace with any other beautiful cricket image
|
| 20 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.express as px
|
| 4 |
+
from PIL import Image
|
| 5 |
import os
|
| 6 |
from langchain_google_genai import GoogleGenerativeAI
|
| 7 |
from langchain_core.prompts import ChatPromptTemplate
|
|
|
|
| 13 |
# Define the URL of the background image (use your own image URL)
|
| 14 |
from PIL import Image
|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
# ---- Background Styling ----
|
| 17 |
background_image_url = "https://cdn.wallpapersafari.com/54/80/xOOc4x.jpg" # You can replace with any other beautiful cricket image
|
| 18 |
|