mtyrrell commited on
Commit
85cc753
1 Parent(s): e603c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
-
3
  import os
4
  import pkg_resources
5
 
@@ -33,7 +33,7 @@ install_packages()
33
  # os.system("pip uninstall -y pydantic")
34
  # os.system('pip install pydantic==1.8.2')
35
 
36
- import streamlit as st
37
  import re
38
  import json
39
  from dotenv import load_dotenv
 
1
 
2
+ import streamlit as st
3
  import os
4
  import pkg_resources
5
 
 
33
  # os.system("pip uninstall -y pydantic")
34
  # os.system('pip install pydantic==1.8.2')
35
 
36
+
37
  import re
38
  import json
39
  from dotenv import load_dotenv