Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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):
|