Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,6 @@ def terminal_interface(command, project_name=None):
|
|
| 158 |
def chat_interface_with_agent(input_text, agent_name):
|
| 159 |
# ... [rest of the chat_interface_with_agent function] ...
|
| 160 |
|
| 161 |
-
# ... [rest of the workspace_interface, add_code_to_workspace, terminal_interface, code_editor_interface functions] ...
|
| 162 |
|
| 163 |
def summarize_text(text):
|
| 164 |
summarizer = pipeline("summarization")
|
|
|
|
| 158 |
def chat_interface_with_agent(input_text, agent_name):
|
| 159 |
# ... [rest of the chat_interface_with_agent function] ...
|
| 160 |
|
|
|
|
| 161 |
|
| 162 |
def summarize_text(text):
|
| 163 |
summarizer = pipeline("summarization")
|