added section header for bard stats
Browse files
app.py
CHANGED
|
@@ -354,6 +354,7 @@ with gr.Blocks() as demo:
|
|
| 354 |
ac_box = gr.Textbox(value = "", label = "AC", interactive = False)
|
| 355 |
hp_box = gr.Textbox(value = "", label = "HP", interactive = False)
|
| 356 |
speed_box = gr.Textbox(value = "", label = "Speed", interactive = False)
|
|
|
|
| 357 |
dcs = gr.Textbox(value = "", label = "DC to Charm")
|
| 358 |
prefs = gr.Textbox(value = "", label = "Advantage if:")
|
| 359 |
icks = gr.Textbox(value = "", label = "Disdvantage if:")
|
|
|
|
| 354 |
ac_box = gr.Textbox(value = "", label = "AC", interactive = False)
|
| 355 |
hp_box = gr.Textbox(value = "", label = "HP", interactive = False)
|
| 356 |
speed_box = gr.Textbox(value = "", label = "Speed", interactive = False)
|
| 357 |
+
bard_stats = gr.HTML("~~Bard Stats~~")
|
| 358 |
dcs = gr.Textbox(value = "", label = "DC to Charm")
|
| 359 |
prefs = gr.Textbox(value = "", label = "Advantage if:")
|
| 360 |
icks = gr.Textbox(value = "", label = "Disdvantage if:")
|