awacke1 commited on
Commit
2fb00d7
·
verified ·
1 Parent(s): 92cedb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1944,6 +1944,8 @@ def load_component(name, file_type):
1944
  process_audio_and_video(video_input)
1945
 
1946
 
 
 
1947
  st.title("AI-Generated Component Manager")
1948
 
1949
  # Run all Python files in the directory
@@ -2089,6 +2091,12 @@ if showExtendedTextInterface:
2089
  display_buttons_with_scores(num_columns_text) # Feedback Jump Grid
2090
  st.markdown(personality_factors)
2091
 
 
 
 
 
 
 
2092
  # Optimize this link list of reference artifacts by using formatting in st.markdown and have the abstract link and PDF link be single emojis with short label hyperlinks, then add an appropriate emoji prefix for each pdf link and abstract link as a factor of the title:
2093
 
2094
  # Sidebar Paper References for Hot Papers SOTA!
 
1944
  process_audio_and_video(video_input)
1945
 
1946
 
1947
+ def ComponentManager():
1948
+
1949
  st.title("AI-Generated Component Manager")
1950
 
1951
  # Run all Python files in the directory
 
2091
  display_buttons_with_scores(num_columns_text) # Feedback Jump Grid
2092
  st.markdown(personality_factors)
2093
 
2094
+
2095
+ ComponentManager()
2096
+
2097
+
2098
+
2099
+
2100
  # Optimize this link list of reference artifacts by using formatting in st.markdown and have the abstract link and PDF link be single emojis with short label hyperlinks, then add an appropriate emoji prefix for each pdf link and abstract link as a factor of the title:
2101
 
2102
  # Sidebar Paper References for Hot Papers SOTA!