BtB-ExpC commited on
Commit
c759db1
·
1 Parent(s): ec5afff

content label updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Contains 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")
 
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")