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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +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
 
94
  user_prompt = gr.Textbox(label="Your Prompt", placeholder="Enter your prompt here...")
 
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
 
94
  user_prompt = gr.Textbox(label="Your Prompt", placeholder="Enter your prompt here...")