Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def load_score(key):
|
|
52 |
return 0
|
53 |
|
54 |
|
55 |
-
# Enhanced
|
56 |
transhuman_glossary = {
|
57 |
"🚀 Core Technologies": ["Gene Editing🧬 (CRISPR)", "Neural Interface Technology🧠⚡", "Advanced Robotics🤖🛠", "Sustainable Energy Systems🌱⚡", "Augmented Reality (AR)🕶️", "3D Bioprinting🖨️🧬", "Nano Medicine🔬💊", "Blockchain for Security🔗🔒", "Synthetic Biology🧪🌿", "Autonomous Vehicles🚗💨"],
|
58 |
"🌐 Nations": ["United Earth Government🌍", "Off-Earth Mining Corporations🌌⛏️", "Underwater Habitat States🌊🏠", "Orbital Colony Federations🛰️🤝", "High-altitude Aerostat Communities☁️🏠", "Virtual Nations🌐👾", "AI Sovereignties🤖👑", "Genetically Modified Enclaves🧬🏞️", "Space Elevator Consortiums🚀⚙️", "Quantum Computing Havens💻🔐"],
|
@@ -1162,10 +1162,10 @@ def main():
|
|
1162 |
st.markdown('No glossary lookup')
|
1163 |
|
1164 |
# Display the glossary grid
|
1165 |
-
st.title("
|
1166 |
display_glossary_grid(transhuman_glossary)
|
1167 |
|
1168 |
-
st.title("🌌🚀
|
1169 |
st.markdown("## Explore the universe of Transhuman Space through interactive storytelling and encyclopedic knowledge.🌠")
|
1170 |
|
1171 |
display_buttons_with_scores()
|
|
|
52 |
return 0
|
53 |
|
54 |
|
55 |
+
# Enhanced SciFi glossary with futuristic content
|
56 |
transhuman_glossary = {
|
57 |
"🚀 Core Technologies": ["Gene Editing🧬 (CRISPR)", "Neural Interface Technology🧠⚡", "Advanced Robotics🤖🛠", "Sustainable Energy Systems🌱⚡", "Augmented Reality (AR)🕶️", "3D Bioprinting🖨️🧬", "Nano Medicine🔬💊", "Blockchain for Security🔗🔒", "Synthetic Biology🧪🌿", "Autonomous Vehicles🚗💨"],
|
58 |
"🌐 Nations": ["United Earth Government🌍", "Off-Earth Mining Corporations🌌⛏️", "Underwater Habitat States🌊🏠", "Orbital Colony Federations🛰️🤝", "High-altitude Aerostat Communities☁️🏠", "Virtual Nations🌐👾", "AI Sovereignties🤖👑", "Genetically Modified Enclaves🧬🏞️", "Space Elevator Consortiums🚀⚙️", "Quantum Computing Havens💻🔐"],
|
|
|
1162 |
st.markdown('No glossary lookup')
|
1163 |
|
1164 |
# Display the glossary grid
|
1165 |
+
st.title("SciFi Glossary 🌌")
|
1166 |
display_glossary_grid(transhuman_glossary)
|
1167 |
|
1168 |
+
st.title("🌌🚀 SciFi Encyclopedia")
|
1169 |
st.markdown("## Explore the universe of Transhuman Space through interactive storytelling and encyclopedic knowledge.🌠")
|
1170 |
|
1171 |
display_buttons_with_scores()
|