awacke1 commited on
Commit
1f701ff
Β·
1 Parent(s): d22ed3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)