Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|