Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
a7c13e9
1 Parent(s): 977a991

column width update

Browse files
appStore/keyword_search.py CHANGED
@@ -87,7 +87,7 @@ def app():
87
  with col3:
88
  st.caption("Semantic search on 200 paragraphs(~ 35 pages)")
89
  # st.markdown('<div style="text-align: center;">120 sec</div>', unsafe_allow_html=True)
90
- st.write("120 sec(excluding emebedding creation)")
91
 
92
  with st.sidebar:
93
  with open('docStore/sample/keywordexample.json','r') as json_file:
 
87
  with col3:
88
  st.caption("Semantic search on 200 paragraphs(~ 35 pages)")
89
  # st.markdown('<div style="text-align: center;">120 sec</div>', unsafe_allow_html=True)
90
+ st.write("120 sec(including emebedding creation)")
91
 
92
  with st.sidebar:
93
  with open('docStore/sample/keywordexample.json','r') as json_file:
appStore/sdg_analysis.py CHANGED
@@ -84,7 +84,7 @@ def app():
84
  st.write("")
85
  st.write("")
86
  st.markdown("Some runtime metrics tested with cpu: Intel(R) Xeon(R) CPU @ 2.20GHz, memory: 13GB")
87
- col1,col2,col3,col4 = st.columns([2,2,3,3])
88
  with col1:
89
  st.caption("Loading Time Classifier")
90
  # st.markdown('<div style="text-align: center;">12 sec</div>', unsafe_allow_html=True)
 
84
  st.write("")
85
  st.write("")
86
  st.markdown("Some runtime metrics tested with cpu: Intel(R) Xeon(R) CPU @ 2.20GHz, memory: 13GB")
87
+ col1,col2,col3,col4 = st.columns([2,2,4,4])
88
  with col1:
89
  st.caption("Loading Time Classifier")
90
  # st.markdown('<div style="text-align: center;">12 sec</div>', unsafe_allow_html=True)