# -*- coding: utf-8 -*- """ Created on Sat Dec 23 13:22:00 2023 @author: Essio Rubin C. """ from PIL import Image import streamlit as st from st_pages import add_page_title import time import pandas as pd import matplotlib.pyplot as plt from as_bert_df import batch_predict_sentiment_stars c1 = st.container() c2 = st.container() # function to show base page def show_base_page(): with c1: # show title and icon to the current page add_page_title() # show text text_css = """

El archivo de reseñas debe ser un archivo de texto que contenga una reseña por cada línea. La reseña puede estar escrita en idioma español, holandés, italiano, alemán, francés o inglés.

El resultado de la predicción (sentimiento) es un numero de extrellas, entre 1 y 5.