Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -502,7 +502,7 @@ def summarize(inp,history,data=None,files=None,directory=None,url=None,pdf_url=N
|
|
502 |
except Exception as e:
|
503 |
print (e)
|
504 |
history.clear()
|
505 |
-
history = [(inp,
|
506 |
yield "",history,chart_out,chart_out,json_out
|
507 |
|
508 |
|
|
|
502 |
except Exception as e:
|
503 |
print (e)
|
504 |
history.clear()
|
505 |
+
history = [(inp,"Building Chart...")]
|
506 |
yield "",history,chart_out,chart_out,json_out
|
507 |
|
508 |
|