v3.2
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ import matplotlib.pyplot as plt
|
|
| 7 |
import plotly.express as px
|
| 8 |
|
| 9 |
def main():
|
| 10 |
-
st.set_page_config(page_title="
|
| 11 |
-
st.title("📊
|
| 12 |
|
| 13 |
# Sidebar for file upload and chart selection
|
| 14 |
with st.sidebar:
|
|
|
|
| 7 |
import plotly.express as px
|
| 8 |
|
| 9 |
def main():
|
| 10 |
+
st.set_page_config(page_title="Advance Data Visualization Tool", layout="wide")
|
| 11 |
+
st.title("📊 Advance Data Visualization Tool")
|
| 12 |
|
| 13 |
# Sidebar for file upload and chart selection
|
| 14 |
with st.sidebar:
|