Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from function import GetLLMResponse
|
|
|
|
|
|
|
| 3 |
# List of math topics and difficulty levels
|
| 4 |
math_topics = {
|
| 5 |
"Elementary School Level": ["Basic Arithmetic", "Place Value", "Fraction", "Decimals", "Geomerty"],
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from function import GetLLMResponse
|
| 3 |
+
import os
|
| 4 |
+
os.environ["HUGGINGFACEHUB_API_TOKEN"] = "your_generated_token_here"
|
| 5 |
# List of math topics and difficulty levels
|
| 6 |
math_topics = {
|
| 7 |
"Elementary School Level": ["Basic Arithmetic", "Place Value", "Fraction", "Decimals", "Geomerty"],
|