Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -431,7 +431,7 @@ def all_tabulation(df, main_dict, follow_dict):
|
|
431 |
name_list.append(i)
|
432 |
|
433 |
st.subheader(j)
|
434 |
-
st.markdown(j + ": " + ", ".join(follow_dict['single'] + follow_dict['multi'] + follow_dict['
|
435 |
st.dataframe(join_dataframes(name_list, dataframe_list))
|
436 |
|
437 |
for j in main_dict["multi"]:
|
|
|
431 |
name_list.append(i)
|
432 |
|
433 |
st.subheader(j)
|
434 |
+
st.markdown(j + ": " + ", ".join(follow_dict['single'] + follow_dict['multi'] + follow_dict['score']))
|
435 |
st.dataframe(join_dataframes(name_list, dataframe_list))
|
436 |
|
437 |
for j in main_dict["multi"]:
|