Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ def index():
|
|
285 |
|
286 |
return render_template("mainscreen.html", document_text=document_text, summary=highlighted_summary, heatmap_url="static/heatmap.png")
|
287 |
|
288 |
-
return render_template("
|
289 |
|
290 |
@app.route("/download_summary")
|
291 |
def download_summary():
|
|
|
285 |
|
286 |
return render_template("mainscreen.html", document_text=document_text, summary=highlighted_summary, heatmap_url="static/heatmap.png")
|
287 |
|
288 |
+
return render_template("mainscreen.html", document_text=None, summary=None, heatmap_url=None)
|
289 |
|
290 |
@app.route("/download_summary")
|
291 |
def download_summary():
|