hassiahk commited on
Commit
7d57461
1 Parent(s): c5e1c4a

Added RoBERTa Marathi HF Logo

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. images/huggingface-marathi-roberta.png +0 -0
app.py CHANGED
@@ -1,8 +1,11 @@
 
 
1
  from apps import classifier, mlm
2
  from multiapp import MultiApp
3
 
4
 
5
  def main():
 
6
  app = MultiApp()
7
  app.add_app("Fill Mask", mlm.app)
8
  app.add_app("Text Classification", classifier.app)
1
+ import streamlit as st
2
+
3
  from apps import classifier, mlm
4
  from multiapp import MultiApp
5
 
6
 
7
  def main():
8
+ img = st.sidebar.image("images/huggingface-marathi-roberta.png", width=310)
9
  app = MultiApp()
10
  app.add_app("Fill Mask", mlm.app)
11
  app.add_app("Text Classification", classifier.app)
images/huggingface-marathi-roberta.png ADDED