Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|