awacke1 commited on
Commit
80031ae
·
verified ·
1 Parent(s): 3d67fb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def display_buttons_with_scores():
122
  # Bonus stage! ------------------------------------------------------------------------------------------------------->
123
  search_glossary('Create a three level markdown outline with 3 subpoints each where each line defines and writes out the core technology descriptions with appropriate emojis for the glossary term: ' + term)
124
  ReRun=False
125
- If ReRun:
126
  st.experimental_rerun()
127
 
128
  def fetch_wikipedia_summary(keyword):
 
122
  # Bonus stage! ------------------------------------------------------------------------------------------------------->
123
  search_glossary('Create a three level markdown outline with 3 subpoints each where each line defines and writes out the core technology descriptions with appropriate emojis for the glossary term: ' + term)
124
  ReRun=False
125
+ if ReRun:
126
  st.experimental_rerun()
127
 
128
  def fetch_wikipedia_summary(keyword):