Update app.py
Browse files
app.py
CHANGED
@@ -324,8 +324,7 @@ def create_interface():
|
|
324 |
"""
|
325 |
|
326 |
with gr.Blocks(title="RNA-Protein Contact Prediction Tool",
|
327 |
-
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="teal")
|
328 |
-
css=custom_css) as app:
|
329 |
gr.Markdown("""
|
330 |
<center>
|
331 |
|
|
|
324 |
"""
|
325 |
|
326 |
with gr.Blocks(title="RNA-Protein Contact Prediction Tool",
|
327 |
+
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="teal")) as app:
|
|
|
328 |
gr.Markdown("""
|
329 |
<center>
|
330 |
|