reynaldo22 commited on
Commit
dc4c97f
·
verified ·
1 Parent(s): 3b13b8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -215,7 +215,8 @@ input, textarea {background-color: #111 !important; color: #fff !important; bord
215
  button.primary {background: linear-gradient(45deg, #004d00, #00ff9d) !important; border: none !important; color: #000 !important; font-weight: bold !important;}
216
  """
217
 
218
- with gr.Blocks(title="Betina 2.0 - Protocolo Impossível", css=custom_css) as demo:
 
219
  gr.Markdown("""
220
  # 🌀 BETINA 2.0: PROTOCOLO IMPOSSÍVEL
221
 
 
215
  button.primary {background: linear-gradient(45deg, #004d00, #00ff9d) !important; border: none !important; color: #000 !important; font-weight: bold !important;}
216
  """
217
 
218
+ with gr.Blocks(title="Betina 2.0 - Protocolo Impossível") as demo:
219
+ gr.HTML(f"<style>{custom_css}</style>")
220
  gr.Markdown("""
221
  # 🌀 BETINA 2.0: PROTOCOLO IMPOSSÍVEL
222