modificar success
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def procesarDatos(valor):
|
|
103 |
|
104 |
# print(resultado)
|
105 |
#dataNew.to_csv(r'C:\Users\Jartemio\Desktop\Saturdays\repositorioPruebaHuggingface\export_dataframe.csv', index=False, header=True)
|
106 |
-
st.success(cluster_dict[dataNew["Cluster"].iloc[-1]]["descripcion"]
|
107 |
return ""
|
108 |
#list1 = [0,1, 2, 3, 4, 5, 6,7]
|
109 |
#return cluster_dict[random.choice(list1)]["descripcion"]
|
|
|
103 |
|
104 |
# print(resultado)
|
105 |
#dataNew.to_csv(r'C:\Users\Jartemio\Desktop\Saturdays\repositorioPruebaHuggingface\export_dataframe.csv', index=False, header=True)
|
106 |
+
st.success(cluster_dict[dataNew["Cluster"].iloc[-1]]["descripcion"]+"✅")
|
107 |
return ""
|
108 |
#list1 = [0,1, 2, 3, 4, 5, 6,7]
|
109 |
#return cluster_dict[random.choice(list1)]["descripcion"]
|