kaxap commited on
Commit
9358826
1 Parent(s): 502c63e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  article = df.iloc[df_idx]['text'].replace("==", "\n\n==")
68
  chat_history.append((message, f"contents of {n}:\n{article}"))
69
  return "", chat_history
70
- except:
71
  print(traceback.format_exc())
72
  def respond(message, chat_history):
73
  print(f"received input '{message}'")
 
67
  article = df.iloc[df_idx]['text'].replace("==", "\n\n==")
68
  chat_history.append((message, f"contents of {n}:\n{article}"))
69
  return "", chat_history
70
+ except:
71
  print(traceback.format_exc())
72
  def respond(message, chat_history):
73
  print(f"received input '{message}'")