Spaces:
Sleeping
Sleeping
Manish Gupta commited on
Commit ·
50a3a35
1
Parent(s): 5b01907
Nit fix.
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ def load_text_data(characters: list, current_index: int):
|
|
| 15 |
curr_char = characters[current_index]
|
| 16 |
return (
|
| 17 |
characters,
|
|
|
|
| 18 |
curr_char["name"],
|
| 19 |
curr_char["age"],
|
| 20 |
curr_char["gender"],
|
|
|
|
| 15 |
curr_char = characters[current_index]
|
| 16 |
return (
|
| 17 |
characters,
|
| 18 |
+
current_index,
|
| 19 |
curr_char["name"],
|
| 20 |
curr_char["age"],
|
| 21 |
curr_char["gender"],
|