ArnavGhost commited on
Commit
51bd837
β€’
1 Parent(s): 9eaa4c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import requests
 
3
 
4
  # Streamlit code for UI
5
  st.set_page_config(page_title="Denoiser App", page_icon="🎡")
 
1
  import streamlit as st
2
  import requests
3
+ import os
4
 
5
  # Streamlit code for UI
6
  st.set_page_config(page_title="Denoiser App", page_icon="🎡")