koshin2001 commited on
Commit
5641a0c
ยท
1 Parent(s): 734baa0

๐Ÿ’„ Update links

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -49,7 +49,9 @@ if input_text:
49
 
50
  st.bar_chart(df.set_index("Emotion"), horizontal=True)
51
 
52
- st.write('''
53
- - [GitHub](https://github.com/koshin01)
54
- - [Blog](https://zenn.dev/koshin)
55
- ''')
 
 
 
49
 
50
  st.bar_chart(df.set_index("Emotion"), horizontal=True)
51
 
52
+ st.write(
53
+ """
54
+ - [Blog](https://zenn.dev/koshin/articles/6b27acdf8bbe01)
55
+ - [GitHub](https://github.com/koshin01/emotion_classification)
56
+ """
57
+ )