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

give link to repo

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -123,6 +123,7 @@ def main():
123
  st.dataframe(df_transcription, width=1000)
124
 
125
  st.write("ダウンロードはこちらから:https://github.com/konbraphat51/kato_db_dataset")
 
126
 
127
  if __name__ == "__main__":
128
 
 
123
  st.dataframe(df_transcription, width=1000)
124
 
125
  st.write("ダウンロードはこちらから:https://github.com/konbraphat51/kato_db_dataset")
126
+ st.write("データ収集のプログラムコード・仕組みの説明はこちらから:https://github.com/konbraphat51/kato_db")
127
 
128
  if __name__ == "__main__":
129