Create .gitnore
Browse files
.gitnore
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
runtime error
|
2 |
+
Exit code: 1. Reason: 2025-07-01 02:51:53,925 - INFO - π Starting AI Dataset Studio...
|
3 |
+
2025-07-01 02:51:53,925 - INFO - π Features: β
AI Models | β
Advanced NLP | β
HuggingFace Integration
|
4 |
+
2025-07-01 02:51:53,926 - ERROR - β Failed to launch application: name 'DatasetStudio' is not defined
|
5 |
+
Traceback (most recent call last):
|
6 |
+
File "/home/user/app/app.py", line 1373, in <module>
|
7 |
+
interface = create_modern_interface()
|
8 |
+
File "/home/user/app/app.py", line 725, in create_modern_interface
|
9 |
+
studio = DatasetStudio()
|
10 |
+
NameError: name 'DatasetStudio' is not defined
|