Spaces:
Build error
Build error
add a mirror
Browse files- app/app.py +13 -6
app/app.py
CHANGED
@@ -66,25 +66,32 @@ def stc_chatbot(root_dir, width=700, height=900):
|
|
66 |
|
67 |
st.sidebar.markdown("""
|
68 |
<style>
|
69 |
-
|
70 |
text-align: center;
|
71 |
}
|
72 |
</style>
|
73 |
-
<p
|
74 |
<img src="https://huggingface.co/spaces/flax-community/gpt2-indonesian/resolve/main/huggingwayang.png"/>
|
75 |
</p>
|
76 |
""", unsafe_allow_html=True)
|
77 |
st.sidebar.markdown("""
|
78 |
___
|
79 |
-
<
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
81 |
</p>
|
82 |
-
<p
|
83 |
Created by <a href="https://huggingface.co/indonesian-nlp">Indonesian NLP</a> team @2021
|
84 |
<br/>
|
85 |
<a href="https://github.com/indonesian-nlp/gpt2-app" target="_blank">GitHub</a> | <a href="https://github.com/indonesian-nlp/gpt2-app" target="_blank">Project Report</a>
|
|
|
|
|
86 |
</p>
|
87 |
-
|
88 |
|
89 |
st.sidebar.markdown("""
|
90 |
___
|
|
|
66 |
|
67 |
st.sidebar.markdown("""
|
68 |
<style>
|
69 |
+
p {
|
70 |
text-align: center;
|
71 |
}
|
72 |
</style>
|
73 |
+
<p>
|
74 |
<img src="https://huggingface.co/spaces/flax-community/gpt2-indonesian/resolve/main/huggingwayang.png"/>
|
75 |
</p>
|
76 |
""", unsafe_allow_html=True)
|
77 |
st.sidebar.markdown("""
|
78 |
___
|
79 |
+
<style>
|
80 |
+
p {
|
81 |
+
text-align: center;
|
82 |
+
}
|
83 |
+
</style>
|
84 |
+
<p>
|
85 |
+
This is a collection of applications that generates sentences using Indonesian GPT-2 models!
|
86 |
</p>
|
87 |
+
<p>
|
88 |
Created by <a href="https://huggingface.co/indonesian-nlp">Indonesian NLP</a> team @2021
|
89 |
<br/>
|
90 |
<a href="https://github.com/indonesian-nlp/gpt2-app" target="_blank">GitHub</a> | <a href="https://github.com/indonesian-nlp/gpt2-app" target="_blank">Project Report</a>
|
91 |
+
<br/>
|
92 |
+
A mirror is available at <a href="https://gpt2-app.ai-research.id/" target="_blank">ai-research.id</a>
|
93 |
</p>
|
94 |
+
""", unsafe_allow_html=True)
|
95 |
|
96 |
st.sidebar.markdown("""
|
97 |
___
|