yrobel-lima commited on
Commit
6b5afb0
·
verified ·
1 Parent(s): cf3e054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ from utils.error_message_template import ERROR_MESSAGE
9
 
10
  try:
11
  from rag.runnable_and_memory import get_runnable_and_memory
12
-
13
  except OpenAIError:
14
  handle_errors()
15
  st.stop()
 
9
 
10
  try:
11
  from rag.runnable_and_memory import get_runnable_and_memory
 
12
  except OpenAIError:
13
  handle_errors()
14
  st.stop()