Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|
| 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 |
[
|