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