Jartemio commited on
Commit
5b78fc2
·
1 Parent(s): 0b79d4e

modificar success

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], icon="✅")
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"]