Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme=theme) as chatbot:
|
|
99 |
"Lizardfolk", "Minotaur", "Orc", "Owlin", "Satyr", "Shadar-kai", "Shifter", "Tabaxi",
|
100 |
"Tiefling", "Tortle", "Triton", "Warforged", "Yuan-ti"
|
101 |
], multiselect=True, label="Character Race", info="You can choose multiple")
|
102 |
-
character_alignment = gr.Dropdown(["Lawful Good", "Neutral Good", "Chaotic Good", "Lawful Neutral", "True Neutral", "Chaotic Neutral", "Lawful Evil", "Neutral Evil", "Chaotic Evil"], label="Character Alignment" elem_classes="alignment_radio")
|
103 |
|
104 |
|
105 |
with gr.Column(scale=2):
|
|
|
99 |
"Lizardfolk", "Minotaur", "Orc", "Owlin", "Satyr", "Shadar-kai", "Shifter", "Tabaxi",
|
100 |
"Tiefling", "Tortle", "Triton", "Warforged", "Yuan-ti"
|
101 |
], multiselect=True, label="Character Race", info="You can choose multiple")
|
102 |
+
character_alignment = gr.Dropdown(["Lawful Good", "Neutral Good", "Chaotic Good", "Lawful Neutral", "True Neutral", "Chaotic Neutral", "Lawful Evil", "Neutral Evil", "Chaotic Evil"], label="Character Alignment", elem_classes="alignment_radio")
|
103 |
|
104 |
|
105 |
with gr.Column(scale=2):
|