julse commited on
Commit
c4c964a
·
verified ·
1 Parent(s): 1e6784b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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