sseung0703
commited on
Commit
•
a3c2e09
1
Parent(s):
1c75443
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from
|
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)
|