Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def get_screenshot(chat: list,height=5000,width=600,chatblock=[],theme="light",w
|
|
| 83 |
return out
|
| 84 |
|
| 85 |
def clear_fn():
|
| 86 |
-
return None,None,None
|
| 87 |
rand_val=random.randint(1,1111111111111111)
|
| 88 |
|
| 89 |
def check_rand(inp,val):
|
|
|
|
| 83 |
return out
|
| 84 |
|
| 85 |
def clear_fn():
|
| 86 |
+
return None,None,None,None
|
| 87 |
rand_val=random.randint(1,1111111111111111)
|
| 88 |
|
| 89 |
def check_rand(inp,val):
|