konbraphat51 commited on
Commit
8c5e233
·
1 Parent(s): 64dd4d6

github link

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -122,6 +122,8 @@ def main():
122
  df_transcription = searcher.get_content(selected_index)
123
  st.dataframe(df_transcription, width=1000)
124
 
 
 
125
  if __name__ == "__main__":
126
 
127
  main()
 
122
  df_transcription = searcher.get_content(selected_index)
123
  st.dataframe(df_transcription, width=1000)
124
 
125
+ st.write("ダウンロードはこちらから:https://github.com/konbraphat51/kato_db_dataset")
126
+
127
  if __name__ == "__main__":
128
 
129
  main()