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