ilva / app.py
Ilvir's picture
Update app.py
8099231
raw
history blame
512 Bytes
import streamlit as st
st.title("# NLP Project by Team Name 🎈")
st.text ('Team members: \n 1. Vasily S. \n 2. Anna F. \n 3. Viktoria K. \n 4. Ivan N. \n 5. Ilvir Kh.')
# Настройка боковой панели
st.sidebar.title("About")
st.sidebar.info(
"""
This app is Open Source dashboard.
"""
)
st.sidebar.info("Feel free to collaborate and comment on the work. The github link can be found "
"[here](https://github.com/yuliianikolaenko/COVID_dashboard_proglib).")