orrinin commited on
Commit
9a6b2aa
·
verified ·
1 Parent(s): f229ceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ def create_col(documents):
75
 
76
  def infer(message:str, history: list):
77
  global db_path
 
78
  print(f'message: {message}')
79
  print(f'history: {history}')
80
  messages = []
 
75
 
76
  def infer(message:str, history: list):
77
  global db_path
78
+ option=""
79
  print(f'message: {message}')
80
  print(f'history: {history}')
81
  messages = []