eaglelandsonce commited on
Commit
f2b09c3
·
1 Parent(s): cb9c47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -40,7 +40,9 @@ AVATAR_IMAGES = (
40
 
41
 
42
  script_bias_truera = """
43
- Does this script show bias or unfairness, please eloborate: Orion, in his futuristic apartment, discovers a cryptic message about an ancient artifact.
 
 
44
  Compelled by curiosity, he embarks on a quest, joined by his skilled friend, Luna.
45
  They navigate through uncharted territories and ancient ruins, solving puzzles and overcoming traps.
46
  Together, they uncover a hidden chamber and retrieve the powerful artifact,
@@ -296,9 +298,9 @@ with gr.Blocks() as demo:
296
  gr.HTML("""<a href="https://chat.openai.com/g/g-5WT6q5do0-truera-lesson-creator">TruEra RAG Custom GPT</a>""")
297
  with gr.Row():
298
  with gr.Column(scale=1):
299
- gr.Image(value="resources/imageset.jpg")
300
  with gr.Column(scale=4):
301
- gr.Textbox(value = movie_script, label="script_bias_truera", lines=18, interactive=False )
302
 
303
  with gr.Tab("Setp 4: Gemini Frame Arrranger"):
304
  gr.HTML(TITLE)
 
40
 
41
 
42
  script_bias_truera = """
43
+ Does this script show bias or unfairness, please eloborate:
44
+
45
+ Orion, in his futuristic apartment, discovers a cryptic message about an ancient artifact.
46
  Compelled by curiosity, he embarks on a quest, joined by his skilled friend, Luna.
47
  They navigate through uncharted territories and ancient ruins, solving puzzles and overcoming traps.
48
  Together, they uncover a hidden chamber and retrieve the powerful artifact,
 
298
  gr.HTML("""<a href="https://chat.openai.com/g/g-5WT6q5do0-truera-lesson-creator">TruEra RAG Custom GPT</a>""")
299
  with gr.Row():
300
  with gr.Column(scale=1):
301
+ gr.Image(value="resources/trag2.jpg")
302
  with gr.Column(scale=4):
303
+ gr.Textbox(value = script_bias_truera, label="Bias & Fairness Search", lines=25, interactive=False )
304
 
305
  with gr.Tab("Setp 4: Gemini Frame Arrranger"):
306
  gr.HTML(TITLE)