pragunk commited on
Commit
7d4b78e
·
verified ·
1 Parent(s): f72fcd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(theme=gr.themes.Base(), title="PropagationShield v2.0") as demo:
89
  question_input = gr.Textbox(
90
  label="User Question",
91
  lines=2,
92
- placeholder="e.g., Who developed the theory of relativity?"
93
  )
94
 
95
  ground_truth_input = gr.Textbox(
@@ -117,7 +117,7 @@ with gr.Blocks(theme=gr.themes.Base(), title="PropagationShield v2.0") as demo:
117
  gr.Examples(
118
  examples=[
119
  [
120
- "Who developed the theory of relativity?",
121
  "[0] Albert Einstein developed the theory of relativity in the early 20th century.\n[1] The theory revolutionized physics and our understanding of space and time.\n[2] Isaac Newton originally proposed relativity in the 18th century."
122
  ],
123
  [
 
89
  question_input = gr.Textbox(
90
  label="User Question",
91
  lines=2,
92
+ placeholder="e.g., Who was behind the theory of relativity?"
93
  )
94
 
95
  ground_truth_input = gr.Textbox(
 
117
  gr.Examples(
118
  examples=[
119
  [
120
+ "Who was behind the theory of relativity?",
121
  "[0] Albert Einstein developed the theory of relativity in the early 20th century.\n[1] The theory revolutionized physics and our understanding of space and time.\n[2] Isaac Newton originally proposed relativity in the 18th century."
122
  ],
123
  [