Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Update __init__.py
Browse files
frontend/components/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from .authors import *
|
2 |
from .user_greetings import *
|
3 |
from .logo import add_logo
|
4 |
-
from .file_streaming import *
|
5 |
-
from .display import *
|
|
|
1 |
from .authors import *
|
2 |
from .user_greetings import *
|
3 |
from .logo import add_logo
|
4 |
+
# from .file_streaming import *
|
5 |
+
from .display import *
|