Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
d018daa
1
Parent(s):
c4c492e
adjusted amount of questions & images
Browse files- app.py +2 -2
- img/suspects/brianna.png +0 -0
- img/suspects/lyanne.png +0 -0
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(theme=theme, css=css) as iface:
|
|
188 |
|
189 |
with gr.Row() as chatRow:
|
190 |
with gr.Column(scale=1):
|
191 |
-
questionCounter = gr.Label(label="Remaining Questions", value="
|
192 |
mapButton = gr.Button("Show Floor Plan")
|
193 |
finishButton = gr.Button("Pick a Culprit")
|
194 |
with gr.Column(scale=7):
|
@@ -224,7 +224,7 @@ with gr.Blocks(theme=theme, css=css) as iface:
|
|
224 |
introLabel = gr.Label(label="You are a detective investigating a murder. The victim was the director of a "
|
225 |
"medieval museum, at which his body was found. There are five possible "
|
226 |
"suspects for you to interrogate, all of which are members of the faculty. "
|
227 |
-
"You can only ask
|
228 |
closeIntroButton = gr.Button("X")
|
229 |
|
230 |
|
|
|
188 |
|
189 |
with gr.Row() as chatRow:
|
190 |
with gr.Column(scale=1):
|
191 |
+
questionCounter = gr.Label(label="Remaining Questions", value="30")
|
192 |
mapButton = gr.Button("Show Floor Plan")
|
193 |
finishButton = gr.Button("Pick a Culprit")
|
194 |
with gr.Column(scale=7):
|
|
|
224 |
introLabel = gr.Label(label="You are a detective investigating a murder. The victim was the director of a "
|
225 |
"medieval museum, at which his body was found. There are five possible "
|
226 |
"suspects for you to interrogate, all of which are members of the faculty. "
|
227 |
+
"You can only ask 30 Questions. Good luck. ")
|
228 |
closeIntroButton = gr.Button("X")
|
229 |
|
230 |
|
img/suspects/brianna.png
CHANGED
img/suspects/lyanne.png
CHANGED