wintergw commited on
Commit
544d134
·
verified ·
1 Parent(s): a5700a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,5 +1,8 @@
1
- from huggingface_hub import hf_hub_download, snapshot_download
 
 
2
  import importlib.util
 
3
  import sys
4
  import os
5
 
 
1
+ from huggingface_hub import hf_hub_download , snapshot_download
2
+ import pandas as pd
3
+ import importlib
4
  import importlib.util
5
+ import streamlit as st
6
  import sys
7
  import os
8