Spaces:
Build error
Build error
fix the style
Browse files- app/app.py +4 -9
app/app.py
CHANGED
@@ -66,25 +66,20 @@ 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 |
-
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>
|
|
|
66 |
|
67 |
st.sidebar.markdown("""
|
68 |
<style>
|
69 |
+
.centeralign {
|
70 |
text-align: center;
|
71 |
}
|
72 |
</style>
|
73 |
+
<p class="centeralign">
|
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 |
+
<p class="centeralign">
|
|
|
|
|
|
|
|
|
|
|
80 |
This is a collection of applications that generates sentences using Indonesian GPT-2 models!
|
81 |
</p>
|
82 |
+
<p class="centeralign">
|
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>
|