Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def execute_pip_command(command, add_message):
|
|
95 |
if output == '' and process.poll() is not None:
|
96 |
break
|
97 |
if output:
|
98 |
-
add_message("System", f"
|
99 |
|
100 |
|
101 |
\n{output.strip()}\n
|
|
|
95 |
if output == '' and process.poll() is not None:
|
96 |
break
|
97 |
if output:
|
98 |
+
add_message("System", f"'"
|
99 |
|
100 |
|
101 |
\n{output.strip()}\n
|