Spaces:
Runtime error
Runtime error
Haofei Yu
commited on
Commit
•
47a5c6c
1
Parent(s):
2600030
add gitignore (#29)
Browse files* fix imgs and typos
* add gitignore
- .gitignore +1 -0
- app.py +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/
|
app.py
CHANGED
@@ -109,7 +109,7 @@ def sotopia_info_accordion(human_agent, machine_agent, scenario, according_visib
|
|
109 |
lines=1,
|
110 |
value=machine_agent.name,
|
111 |
interactive=True,
|
112 |
-
placeholder=f"{
|
113 |
show_label=False,
|
114 |
max_lines=1,
|
115 |
visible=False,
|
|
|
109 |
lines=1,
|
110 |
value=machine_agent.name,
|
111 |
interactive=True,
|
112 |
+
placeholder=f"{machine_agent.name}: ",
|
113 |
show_label=False,
|
114 |
max_lines=1,
|
115 |
visible=False,
|