rubentsui commited on
Commit
2039a28
·
verified ·
1 Parent(s): fe24ef9

Update src/stwebm_parquet_wa.py

Browse files
Files changed (1) hide show
  1. src/stwebm_parquet_wa.py +2 -2
src/stwebm_parquet_wa.py CHANGED
@@ -62,7 +62,7 @@ def buildTable(page):
62
  def main():
63
  """Main function to run the Streamlit app."""
64
  appTitle = '華英雙語索引典系統1.0β版'
65
- sources = ('UNPC', 'NTURegs', 'SAT', 'VOA')
66
 
67
  st.set_page_config(
68
  page_title=appTitle,
@@ -110,7 +110,7 @@ def main():
110
  # table_placeholder.empty()
111
 
112
  query = st.text_area('輸入搜尋字串').strip()
113
- multicorpora = st.multiselect('選擇語料庫(可複選)', sources, ['NTURegs', 'SAT', 'VOA'])
114
 
115
  colc, cold = st.columns([1, 1])
116
  with colc:
 
62
  def main():
63
  """Main function to run the Streamlit app."""
64
  appTitle = '華英雙語索引典系統1.0β版'
65
+ sources = ('NTURegs', 'VOA')
66
 
67
  st.set_page_config(
68
  page_title=appTitle,
 
110
  # table_placeholder.empty()
111
 
112
  query = st.text_area('輸入搜尋字串').strip()
113
+ multicorpora = st.multiselect('選擇語料庫(可複選)', sources, ['NTURegs'])
114
 
115
  colc, cold = st.columns([1, 1])
116
  with colc: