s3nh commited on
Commit
19312aa
1 Parent(s): 108afb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -327,10 +327,11 @@ with gr.Blocks(
327
  )
328
 
329
  # with gr.Row():
330
- with gr.Accordion("Disclaimer", open=False):
331
  _ = Path(model_loc).name
332
  gr.Markdown(
333
- f"Disclaimer: {_} can produce factually incorrect output, and should not be relied on to produce "
 
334
  "factually accurate information. {_} was trained on various public datasets; while great efforts "
335
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
336
  "biased, or otherwise offensive outputs.",
 
327
  )
328
 
329
  # with gr.Row():
330
+ with gr.Accordion("Disclaimer", open=True):
331
  _ = Path(model_loc).name
332
  gr.Markdown(
333
+ f"Disclaimer: I AM NOT RESPONSIBLE FOR ANY PROMPT PROVIDED BY USER AND PROMPT RETURNED FROM THE MODEL. THIS APP SHOULD BE USED FOR EDUCATIONAL PURPOSE
334
+ WITHOUT ANY OFFENSIVE, AGGRESIVE INTENTS. {_} can produce factually incorrect output, and should not be relied on to produce "
335
  "factually accurate information. {_} was trained on various public datasets; while great efforts "
336
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
337
  "biased, or otherwise offensive outputs.",