Sambhavnoobcoder commited on
Commit
f52965e
·
verified ·
1 Parent(s): 353232c

remove print of dummy statement

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -149,7 +149,6 @@ def chatbot(message, history):
149
 
150
  return total_text
151
 
152
- print("dummy check")
153
 
154
  iface = gr.ChatInterface(
155
  chatbot,
 
149
 
150
  return total_text
151
 
 
152
 
153
  iface = gr.ChatInterface(
154
  chatbot,