Spaces:
Running
Running
koshin2001
commited on
Commit
ยท
5641a0c
1
Parent(s):
734baa0
๐ Update links
Browse files
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 |
-
|
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 |
+
)
|