Vallp commited on
Commit
81c29d2
β€’
1 Parent(s): 56a5280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -11
app.py CHANGED
@@ -1,12 +1,9 @@
1
- import streamlit as st
2
- #from streamlit_extras.app_logo import add_logo
3
-
4
- #add_logo("https://github.com/disi-unibo-nlp/nlg-metricverse/blob/main/figures/spaces.png")
5
-
6
- def home():
7
- st.title("🌌 NLG-Metricverse")
8
- st.write(
9
- "Welcome to the 🌌 NLG-Metricverse! NLG Metricverse is an end-to-end Python library for NLG evaluation, devised to provide a living unified codebase for fast application, analysis, comparison, visualization, and prototyping of automatic metrics."
10
- )
11
-
12
  home()
 
1
+ import streamlit as st
2
+
3
+ def home():
4
+ st.title("🌌 Prova")
5
+ st.write(
6
+ "Welcome to prova"
7
+ )
8
+
 
 
 
9
  home()