nursulu commited on
Commit
6893fa1
·
1 Parent(s): d4f497c
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,4 +1,10 @@
1
  import streamlit as st
 
 
 
 
 
 
2
  from PIL import Image
3
  import base64
4
  import requests
 
1
  import streamlit as st
2
+
3
+ import sys
4
+
5
+ st.write("Python executable being used:")
6
+ st.write(sys.executable)
7
+
8
  from PIL import Image
9
  import base64
10
  import requests