Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ strategy_data = [
|
|
164 |
{'Classification': 'Network', 'Definition': 'π A group of interconnected people, companies, or devices that share information or resources.'},
|
165 |
]
|
166 |
|
167 |
-
st.markdown(
|
168 |
Classification Definition
|
169 |
0 Economic π° The branch of knowledge concerned with the p...
|
170 |
1 Industry π Economic activity concerned with the process...
|
@@ -174,7 +174,7 @@ st.markdown("""
|
|
174 |
5 Income πΈ The money received by a person, company, or ...
|
175 |
6 Market π A regular gathering of people for the purcha...
|
176 |
7 Network π A group of interconnected people, companies,...
|
177 |
-
|
178 |
|
179 |
# Create a dataframe from the strategy data
|
180 |
df_strategy = pd.DataFrame(strategy_data)
|
|
|
164 |
{'Classification': 'Network', 'Definition': 'π A group of interconnected people, companies, or devices that share information or resources.'},
|
165 |
]
|
166 |
|
167 |
+
st.markdown(
|
168 |
Classification Definition
|
169 |
0 Economic π° The branch of knowledge concerned with the p...
|
170 |
1 Industry π Economic activity concerned with the process...
|
|
|
174 |
5 Income πΈ The money received by a person, company, or ...
|
175 |
6 Market π A regular gathering of people for the purcha...
|
176 |
7 Network π A group of interconnected people, companies,...
|
177 |
+
)
|
178 |
|
179 |
# Create a dataframe from the strategy data
|
180 |
df_strategy = pd.DataFrame(strategy_data)
|