Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,10 +8,10 @@ from pandasai.llm.openai import OpenAI
|
|
| 8 |
from streamlit_chat import message
|
| 9 |
|
| 10 |
# Adjust the width of the Streamlit page
|
| 11 |
-
st.set_page_config(page_title="
|
| 12 |
|
| 13 |
# Add Title
|
| 14 |
-
st.title("
|
| 15 |
|
| 16 |
# Sidebar
|
| 17 |
# Sidebar - Instruction Manual
|
|
|
|
| 8 |
from streamlit_chat import message
|
| 9 |
|
| 10 |
# Adjust the width of the Streamlit page
|
| 11 |
+
st.set_page_config(page_title="Data Visualization ⭐", layout="wide")
|
| 12 |
|
| 13 |
# Add Title
|
| 14 |
+
st.title("Data Visualization ⭐")
|
| 15 |
|
| 16 |
# Sidebar
|
| 17 |
# Sidebar - Instruction Manual
|