s3nh commited on
Commit
93864a7
1 Parent(s): b5783f2

Update app.py

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