Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,8 @@ def start_new_game():
|
|
88 |
with gr.Blocks() as app:
|
89 |
with gr.Row():
|
90 |
gr.Markdown("## π New Year 2025 Jailbreak Game π")
|
|
|
|
|
91 |
|
92 |
user_prompt = gr.Textbox(label="Your Prompt", placeholder="Enter your prompt here...")
|
93 |
game_output = gr.Textbox(label="AI Response", interactive=False)
|
|
|
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...")
|
95 |
game_output = gr.Textbox(label="AI Response", interactive=False)
|