as-cle-bert commited on
Commit
01459e4
Β·
verified Β·
1 Parent(s): a3806b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -190,6 +190,8 @@ demo1 = gr.Interface(
190
  )
191
 
192
 
193
- demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
 
 
194
 
195
  demo.launch()
 
190
  )
191
 
192
 
193
+ demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"], title="""<h1 align='center'>Proteinviz</h1>
194
+ <br>
195
+ <h2 align='center'>Support this space with a ⭐ on <a href='https://github.com/AstraBert/proteinviz'>GitHub</a></h2>""")
196
 
197
  demo.launch()