diego2317 commited on
Commit
dc77a16
·
1 Parent(s): e9ad079

I can't figure out this errror I'm gonna crash out

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def chatbot(input):
15
  reply = answer_query_with_context(input, database, database_embeddings)
16
  return reply
17
  except Exception as e:
18
- return str(e) + "exception in App.py"
19
 
20
  # Create a Gradio interface
21
  inputs = gr.Textbox(lines=7, label="Chat with AI")
 
15
  reply = answer_query_with_context(input, database, database_embeddings)
16
  return reply
17
  except Exception as e:
18
+ return str(e)
19
 
20
  # Create a Gradio interface
21
  inputs = gr.Textbox(lines=7, label="Chat with AI")