Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def get_screenshot(chat,block=[],css_in=css,w=500,h=800,user_c="#367bb9",bot_c="
|
|
89 |
filename=f'{make_filename(chat[0][0])}.png'
|
90 |
print(filename)
|
91 |
hti.screenshot(html_str=html, css_str=css_in, save_as=filename)
|
92 |
-
return filename
|
93 |
|
94 |
|
95 |
def format_prompt(message, history):
|
|
|
89 |
filename=f'{make_filename(chat[0][0])}.png'
|
90 |
print(filename)
|
91 |
hti.screenshot(html_str=html, css_str=css_in, save_as=filename)
|
92 |
+
return filename
|
93 |
|
94 |
|
95 |
def format_prompt(message, history):
|