Arhashmi commited on
Commit
70691ac
·
1 Parent(s): c69d076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"],