KingZack commited on
Commit
6a9afce
·
verified ·
1 Parent(s): 6c8a60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import requests
2
- import streamlit
3
 
4
  import os
5
  HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
 
1
  import requests
2
+ import streamlit as st
3
 
4
  import os
5
  HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")