sseung0703 commited on
Commit
a3c2e09
1 Parent(s): 1c75443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from apps import docs
3
  from multiapp import MultiApp
4
  def main():
5
  img = st.sidebar.image("images/huggingface-marathi-roberta.png", width=230)
 
1
  import streamlit as st
2
+ from app import docs
3
  from multiapp import MultiApp
4
  def main():
5
  img = st.sidebar.image("images/huggingface-marathi-roberta.png", width=230)