Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ def get_screenshot(chat,height=5000,width=600,chatblock=[1],header=True,theme="l
|
|
20 |
# filepath representing output in 'value_23' Image component,
|
21 |
|
22 |
|
23 |
-
print(result)
|
24 |
|
25 |
get_screenshot(chat=[('user','bot'),('user','bot')])
|
|
|
20 |
# filepath representing output in 'value_23' Image component,
|
21 |
|
22 |
|
23 |
+
print(result[2])
|
24 |
|
25 |
get_screenshot(chat=[('user','bot'),('user','bot')])
|