yogl commited on
Commit
ccb3855
·
verified ·
1 Parent(s): db2000e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -793,18 +793,18 @@ if isinstance(df_ui_saved, pd.DataFrame) and not df_ui_saved.empty:
793
  "OpenAlex": st.column_config.LinkColumn(
794
  "OpenAlex",
795
  display_text=r"(?:.*#)?(.*)$",
796
- width="small",
797
  help="ID автора в OpenAlex (если найден).",
798
  validate=r"^https?://openalex\.org/A\d+#A\d+$|^$",
799
  ),
800
  "ORCID": st.column_config.LinkColumn(
801
  "ORCID",
802
  display_text=r"(?:.*#)?(.*)$",
803
- width="small",
804
  help="ORCID автора (если найден).",
805
  validate=r"^https?://orcid\.org/0000-[0-9X]{4}-[0-9X]{4}-[0-9X]{4}#0000-[0-9X]{4}-[0-9X]{4}-[0-9X]{4}$|^$",
806
  ),
807
- "Регистрационный номер": st.column_config.TextColumn("Регистрационный номер", width="small"),
808
  "h-index": st.column_config.NumberColumn("h-index", format="%.0f", width="small"),
809
  "i10-index": st.column_config.NumberColumn("i10-index", format="%.0f", width="small"),
810
  "Работ": st.column_config.NumberColumn("Работ", format="%.0f", width="small"),
 
793
  "OpenAlex": st.column_config.LinkColumn(
794
  "OpenAlex",
795
  display_text=r"(?:.*#)?(.*)$",
796
+ width="medium",
797
  help="ID автора в OpenAlex (если найден).",
798
  validate=r"^https?://openalex\.org/A\d+#A\d+$|^$",
799
  ),
800
  "ORCID": st.column_config.LinkColumn(
801
  "ORCID",
802
  display_text=r"(?:.*#)?(.*)$",
803
+ width="medium",
804
  help="ORCID автора (если найден).",
805
  validate=r"^https?://orcid\.org/0000-[0-9X]{4}-[0-9X]{4}-[0-9X]{4}#0000-[0-9X]{4}-[0-9X]{4}-[0-9X]{4}$|^$",
806
  ),
807
+ "Регистрационный номер": st.column_config.TextColumn("Регистрационный номер", width="medium"),
808
  "h-index": st.column_config.NumberColumn("h-index", format="%.0f", width="small"),
809
  "i10-index": st.column_config.NumberColumn("i10-index", format="%.0f", width="small"),
810
  "Работ": st.column_config.NumberColumn("Работ", format="%.0f", width="small"),