Dagfinn1962 commited on
Commit
2ce9293
·
verified ·
1 Parent(s): a0e371a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ with grad.Blocks(css='style.css') as demo:
49
 
50
  container=False,
51
  )
52
- run = grad.Button("✨ Magic Prompt ✨").style(full_width=False)
 
53
 
54
 
55
 
 
49
 
50
  container=False,
51
  )
52
+
53
+ run = grad.Button("✨ Magic Prompt ✨")
54
 
55
 
56