minko186 commited on
Commit
c85110b
·
1 Parent(s): ca02509

changed default values of some fields

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -496,7 +496,7 @@ def create_interface():
496
  minimum=50,
497
  maximum=5000,
498
  step=50,
499
- value=1000,
500
  label="Article Length",
501
  elem_classes="input-highlight-pink",
502
  )
@@ -579,10 +579,11 @@ def create_interface():
579
  )
580
  input_conclusion = gr.Dropdown(
581
  choices=["Summary", "Call to Action", "Future Outlook", "Thought-provoking Question"],
582
- value="Summary",
583
  label="Conclusion Type",
584
  elem_classes="input-highlight-turquoise",
585
  )
 
586
  with gr.Group():
587
  with gr.Row():
588
  month_from = gr.Dropdown(
 
496
  minimum=50,
497
  maximum=5000,
498
  step=50,
499
+ value=300,
500
  label="Article Length",
501
  elem_classes="input-highlight-pink",
502
  )
 
579
  )
580
  input_conclusion = gr.Dropdown(
581
  choices=["Summary", "Call to Action", "Future Outlook", "Thought-provoking Question"],
582
+ value="Call to Action",
583
  label="Conclusion Type",
584
  elem_classes="input-highlight-turquoise",
585
  )
586
+ gr.Markdown("# Search Options", elem_classes="text-center text-3xl mb-6")
587
  with gr.Group():
588
  with gr.Row():
589
  month_from = gr.Dropdown(