ChienChung commited on
Commit
5aaf550
·
verified ·
1 Parent(s): 0c32230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1613,7 +1613,7 @@ def langgraph_tab6_main(query: str, file=None):
1613
  if "summary" in result:
1614
  return result["summary"]
1615
  return "No answer."
1616
- except Exception as e:
1617
  logger.error(f"Error in main function: {e}")
1618
  return f"[Tab6 Error] {str(e)}"
1619
 
 
1613
  if "summary" in result:
1614
  return result["summary"]
1615
  return "No answer."
1616
+ except Exception as e:
1617
  logger.error(f"Error in main function: {e}")
1618
  return f"[Tab6 Error] {str(e)}"
1619