Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -229,8 +229,6 @@ def get_key(inp,data):
|
|
229 |
|
230 |
|
231 |
def summarize(inp,history,data=None):
|
232 |
-
|
233 |
-
|
234 |
json_box=[]
|
235 |
if inp == "":
|
236 |
inp = "Process this data"
|
|
|
229 |
|
230 |
|
231 |
def summarize(inp,history,data=None):
|
|
|
|
|
232 |
json_box=[]
|
233 |
if inp == "":
|
234 |
inp = "Process this data"
|