updated rules
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ with gr.Blocks(fill_height = True) as app:
|
|
16 |
- Press 🎲 Random to change the models.
|
17 |
- Everything else except the Random button will only clear the screen, model being the same.
|
18 |
- Have fun and enjoy the language mayhem!
|
|
|
|
|
19 |
''')
|
20 |
with gr.Row():
|
21 |
with gr.Accordion("🥷 Warriors", open = False):
|
|
|
16 |
- Press 🎲 Random to change the models.
|
17 |
- Everything else except the Random button will only clear the screen, model being the same.
|
18 |
- Have fun and enjoy the language mayhem!
|
19 |
+
- Warrior names will be visible after your first query (after random also you will have to give a query to see changes)
|
20 |
+
- Don't See Warrior names before voting
|
21 |
''')
|
22 |
with gr.Row():
|
23 |
with gr.Accordion("🥷 Warriors", open = False):
|