ANLPRL commited on
Commit
4917c23
1 Parent(s): 4583dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -79,16 +79,3 @@ if analyze_button:
79
  st.write(f"<span style='color:{neutral_color}; font-weight:bold;'>{emoji_dict['neutral']} Neutral</span>", unsafe_allow_html=True)
80
  else:
81
  st.write("Please enter a text or select an example to predict")
82
-
83
-
84
- st.markdown("""---""")
85
- st.caption("""
86
- Developed by Applied NLP Research Lab
87
- School of Digital Sciences,
88
- Kerala University of Digital Sciences, Innovation and Technology,
89
- Technopark phase 4, Thiruvananthapuram, India |
90
91
- <span style='text-align:center; display:block;'>
92
- https://sites.google.com/duk.ac.in/anlprl
93
- </span>
94
- """, unsafe_allow_html=True)
 
79
  st.write(f"<span style='color:{neutral_color}; font-weight:bold;'>{emoji_dict['neutral']} Neutral</span>", unsafe_allow_html=True)
80
  else:
81
  st.write("Please enter a text or select an example to predict")