eagle0504 commited on
Commit
b1c1f94
·
verified ·
1 Parent(s): 6d2bb49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="W.Y.N. Data Viz ⭐", layout="wide")
12
 
13
  # Add Title
14
- st.title("W.Y.N. Data Viz ⭐")
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