Update app.py
Browse files
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...")
|