konbraphat51 commited on
Commit
b065486
·
1 Parent(s): ff5f254
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -126,6 +126,8 @@ def main():
126
  st.write("ダウンロードはこちらから:https://github.com/konbraphat51/kato_db_dataset")
127
  st.write("データ収集のプログラムコード・仕組みの説明はこちらから:https://github.com/konbraphat51/kato_db")
128
  st.write("加藤AIのプロトタイプ:https://colab.research.google.com/drive/1QsJN50wvLEJx04P4XaBtsKqx1q3532OU?usp=sharing")
 
 
129
 
130
  if __name__ == "__main__":
131
 
 
126
  st.write("ダウンロードはこちらから:https://github.com/konbraphat51/kato_db_dataset")
127
  st.write("データ収集のプログラムコード・仕組みの説明はこちらから:https://github.com/konbraphat51/kato_db")
128
  st.write("加藤AIのプロトタイプ:https://colab.research.google.com/drive/1QsJN50wvLEJx04P4XaBtsKqx1q3532OU?usp=sharing")
129
+ st.write("ブログ(協力者募集しています):https://qiita.com/konbraphat51/items/5b27afda442c13806c25")
130
+ st.write("データ最終更新:2023/8/19")
131
 
132
  if __name__ == "__main__":
133