Ifeanyi commited on
Commit
dff26bf
·
verified ·
1 Parent(s): b755808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -47,7 +47,6 @@ with gr.Blocks(
47
  """)
48
  # styling for alert popup
49
  gr.HTML("""
50
- <head>
51
  <style>
52
  .prompt-title {
53
  font-family: "JetBrains Mono",monospace;
@@ -58,7 +57,6 @@ with gr.Blocks(
58
  background-color: black;
59
  }
60
  </style>
61
- </head>
62
  """)
63
 
64
  # Button with Javascript Event
 
47
  """)
48
  # styling for alert popup
49
  gr.HTML("""
 
50
  <style>
51
  .prompt-title {
52
  font-family: "JetBrains Mono",monospace;
 
57
  background-color: black;
58
  }
59
  </style>
 
60
  """)
61
 
62
  # Button with Javascript Event