cahya commited on
Commit
87047f6
·
1 Parent(s): b0e7bde

add a mirror

Browse files
Files changed (1) hide show
  1. 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
- .aligncenter {
70
  text-align: center;
71
  }
72
  </style>
73
- <p class="aligncenter">
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 style='text-align: center'>
80
- This is a collection of Applications that generates sentences using Indonesian GPT-2 models!
 
 
 
 
 
81
  </p>
82
- <p style='text-align: center'>
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
- """, unsafe_allow_html=True)
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
  ___