LightRT commited on
Commit
2845dc1
·
verified ·
1 Parent(s): ca8e3f6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import requests
3
  import uuid
4
  import os
5
- from dotenv import load_dotenv()
6
 
7
  load_dotenv()
8
 
 
2
  import requests
3
  import uuid
4
  import os
5
+ from dotenv import load_dotenv
6
 
7
  load_dotenv()
8