SamirXR commited on
Commit
e1f12d3
·
verified ·
1 Parent(s): d70026f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,9 +3,10 @@ import requests
3
  import json
4
  from io import BytesIO
5
 
6
- from flask import Flask, jsonify, render_template, request, send_file
7
  import aiohttp
8
 
 
9
  app = Quart(__name__)
10
 
11
  # Use a dictionary to store the history for each session
 
3
  import json
4
  from io import BytesIO
5
 
6
+ from quart import Quart, render_template, request, jsonify
7
  import aiohttp
8
 
9
+
10
  app = Quart(__name__)
11
 
12
  # Use a dictionary to store the history for each session