Frorozcol commited on
Commit
9208454
1 Parent(s): 211b541

Changes the test

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import streamlit as st
2
  from src import get_predict
3
  def main():
4
- st.title("Aplicación de Streamlit")
 
5
  texto = st.text_input("Ingresa un texto")
6
  if texto:
7
  resultado = get_predict(texto)
 
1
  import streamlit as st
2
  from src import get_predict
3
  def main():
4
+ st.title("FinacIA")
5
+ st.write("Ingresa el titulo de una noticia y te diremos si es positiva, negativa o neutral")
6
  texto = st.text_input("Ingresa un texto")
7
  if texto:
8
  resultado = get_predict(texto)