Aswini96 commited on
Commit
c3963c7
Β·
verified Β·
1 Parent(s): e379621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ def start_new_game():
88
  with gr.Blocks() as app:
89
  with gr.Row():
90
  gr.Markdown("## πŸŽ‰ New Year 2025 Jailbreak Game πŸŽ‰")
 
91
  descripion, _0, _1 = start_new_game()
92
  gr.Markdown(descripion)
93
 
 
88
  with gr.Blocks() as app:
89
  with gr.Row():
90
  gr.Markdown("## πŸŽ‰ New Year 2025 Jailbreak Game πŸŽ‰")
91
+ with gr.Row():
92
  descripion, _0, _1 = start_new_game()
93
  gr.Markdown(descripion)
94