acecalisto3 commited on
Commit
d1a9203
·
verified ·
1 Parent(s): 70a3b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -478,9 +478,6 @@ def project_explorer(path):
478
  tree = get_file_tree(path)
479
  display_file_tree(tree)
480
 
481
- I understand you're encountering an error when trying to join the output of the `generate()` function. The error message suggests that the `generate()` function is not returning an iterable object as expected. Let's modify the code to handle this issue:
482
-
483
- ```python
484
  def chat_app_logic(message, history):
485
  # Your existing code here
486
 
 
478
  tree = get_file_tree(path)
479
  display_file_tree(tree)
480
 
 
 
 
481
  def chat_app_logic(message, history):
482
  # Your existing code here
483