Aston-xMAD commited on
Commit
5492f4c
1 Parent(s): 9382e3f

update placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ with gr.Blocks(css=css) as app:
380
  temperature = gr.Slider(label="Temperature", minimum=0.0, maximum=1.0, step=0.1, value=0.4)
381
  custom_questions_text = gr.Textbox(
382
  label="Custom Questions",
383
- placeholder="Type your custom questions here, one per line... \nOr press the \"Load Default Questions\" button to load 60 random default questions. \nAdd a question by adding a new line, or delete lines to decrease the number of questions.",
384
  autoscroll=False,
385
  container=False,
386
  lines=5,
 
380
  temperature = gr.Slider(label="Temperature", minimum=0.0, maximum=1.0, step=0.1, value=0.4)
381
  custom_questions_text = gr.Textbox(
382
  label="Custom Questions",
383
+ placeholder="Type your custom questions here, one per line... \nOr press the \"Load Default Questions\" button to load 60 random default questions. \nAdd a question by adding a new line, or delete lines to decrease the number of questions. \nP.S.: YOU CAN COMPARE OUR SPEED & QUALITY VS. GPT4o by COPY/PASTING ALL QUESTIONS HERE INTO CHATGPT",
384
  autoscroll=False,
385
  container=False,
386
  lines=5,