alonsosilva commited on
Commit
5418c85
·
1 Parent(s): a9270ab

Remove dotenv

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- from dotenv import load_dotenv, find_dotenv
2
- _ = load_dotenv(find_dotenv())
3
 
4
  import solara
5
  from typing import List
 
1
+ #from dotenv import load_dotenv, find_dotenv
2
+ #_ = load_dotenv(find_dotenv())
3
 
4
  import solara
5
  from typing import List