Spaces:
Runtime error
Runtime error
Marcus Posey
commited on
Commit
·
b162204
1
Parent(s):
a8042e8
Update placeholder text
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ class ModelComparisonApp:
|
|
166 |
'category': gr.Dropdown(choices=list(CATEGORY_MAPPING.keys()),
|
167 |
label="Select a Question Category", interactive=True, scale=1),
|
168 |
'question': gr.Textbox(label="Type a Question", max_lines=1,
|
169 |
-
placeholder="e.g. What is the relationship between
|
170 |
interactive=True, scale=2),
|
171 |
'send': gr.Button("Send", scale=0, variant="primary", interactive=False)
|
172 |
}
|
|
|
166 |
'category': gr.Dropdown(choices=list(CATEGORY_MAPPING.keys()),
|
167 |
label="Select a Question Category", interactive=True, scale=1),
|
168 |
'question': gr.Textbox(label="Type a Question", max_lines=1,
|
169 |
+
placeholder="e.g. What is the relationship between Harry Potter and Sirius Black?",
|
170 |
interactive=True, scale=2),
|
171 |
'send': gr.Button("Send", scale=0, variant="primary", interactive=False)
|
172 |
}
|