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

Update app.py

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