Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,6 @@ class App:
|
|
| 260 |
def _print_welcome_message(self):
|
| 261 |
print("Welcome to the Python App Builder!")
|
| 262 |
print("Type 'help' to see the available commands.")
|
| 263 |
-
print("Type 'launch' to build
|
| 264 |
print("Type 'launch' to build and launch the Gradio app.")
|
| 265 |
print("Type 'exit' to quit the application.")
|
| 266 |
print("-" * 50)
|
|
|
|
| 260 |
def _print_welcome_message(self):
|
| 261 |
print("Welcome to the Python App Builder!")
|
| 262 |
print("Type 'help' to see the available commands.")
|
|
|
|
| 263 |
print("Type 'launch' to build and launch the Gradio app.")
|
| 264 |
print("Type 'exit' to quit the application.")
|
| 265 |
print("-" * 50)
|