pratikshahp commited on
Commit
7bd5908
1 Parent(s): e44ae6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def input_image_setup(uploaded_file):
2
  if uploaded_file is not None:
3
  #read te file into byte
 
1
+ import os
2
+ import streamlit as st
3
  def input_image_setup(uploaded_file):
4
  if uploaded_file is not None:
5
  #read te file into byte