Omnibus commited on
Commit
e136f36
·
1 Parent(s): fb04c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,10 +156,10 @@ def compress_data(c, instruct, history):
156
 
157
  def summarize(inp,history,data=None,file=None):
158
  if inp == "":
159
- inp = "Process this data"
160
 
161
 
162
- history = [(inp,"Working on it...")] if not history else history
163
  yield "",history
164
  if file:
165
  try:
 
156
 
157
  def summarize(inp,history,data=None,file=None):
158
  if inp == "":
159
+ inp = "Summarize this data"
160
 
161
 
162
+ history = [(inp,"Working on it...")]
163
  yield "",history
164
  if file:
165
  try: