content label updated
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ selection_radio = gr.Radio(choices=["Website text", "Socials: posts", "Socials:
|
|
| 129 |
|
| 130 |
# Define the input fields and checkboxes for Website texts
|
| 131 |
topic_input = gr.Textbox(label="Topic")
|
| 132 |
-
content = gr.Textbox(label="
|
| 133 |
special_instructions_input = gr.Textbox(label="Special instructions (optional)")
|
| 134 |
length_radio = gr.Radio(choices=["short", "medium", "long"], label="Length")
|
| 135 |
language_checkbox = gr.CheckboxGroup(choices=["Dutch", "English"], label="Language")
|
|
|
|
| 129 |
|
| 130 |
# Define the input fields and checkboxes for Website texts
|
| 131 |
topic_input = gr.Textbox(label="Topic")
|
| 132 |
+
content = gr.Textbox(label="Content (text should contain info on...)")
|
| 133 |
special_instructions_input = gr.Textbox(label="Special instructions (optional)")
|
| 134 |
length_radio = gr.Radio(choices=["short", "medium", "long"], label="Length")
|
| 135 |
language_checkbox = gr.CheckboxGroup(choices=["Dutch", "English"], label="Language")
|