Server : Apache System : Linux dedi-14684855.grupobig.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : grupo692 ( 1004) PHP Version : 8.2.31 Disable Function : NONE Directory : /home/grupo692/ |
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.
Error: Invalid value: File does not exist: dashBarreiras.py
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
2025-04-02 14:44:43.836 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 14:44:53.822 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 14:44:57.241 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 1020, in <module>
main()
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 150, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 139, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 14:45:02.603 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashFSA.py", line 1020, in <module>
main()
File "/home/grupo692/appstigrupobig/dashFSA.py", line 150, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashFSA.py", line 139, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 15:19:00.633 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 15:19:08.182 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashSFilho.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 15:19:11.717 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 1020, in <module>
main()
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 150, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashCajazeiras.py", line 139, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 15:19:16.066 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10&CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashFSA.py", line 1020, in <module>
main()
File "/home/grupo692/appstigrupobig/dashFSA.py", line 150, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashFSA.py", line 139, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10&CIA.png'
2025-04-02 15:24:39.236 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 427, in image_to_url
with open(image, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10CIA.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 164, in _read_file
with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '10CIA.png'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/metrics_util.py", line 409, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 204, in image
marshall_images(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 588, in marshall_images
proto_img.url = image_to_url(
File "/usr/local/lib/python3.9/site-packages/streamlit/elements/image.py", line 439, in image_to_url
url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/media_file_manager.py", line 226, in add
file_id = self._storage.load_and_get_id(
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 115, in load_and_get_id
file_data = self._read_file(path_or_data)
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/memory_media_file_storage.py", line 167, in _read_file
raise MediaFileStorageError(f"Error opening '{filename}'") from ex
streamlit.runtime.media_file_storage.MediaFileStorageError: Error opening '10CIA.png'
2025-04-02 15:24:59.776 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 1021, in <module>
main()
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 151, in main
selected = streamlit_menu(example=EXAMPLE_NO)
File "/home/grupo692/appstigrupobig/dashBarreiras.py", line 140, in streamlit_menu
st.sidebar.image(logo_path)
NameError: name 'logo_path' is not defined
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:14:03.407 Port 8506 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:14:03.419 Port 8507 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:21:39.384 Port 8504 is already in use
2025-04-03 20:21:39.385 Port 8507 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:21:39.567 Port 8506 is already in use
2025-04-03 20:21:39.568 Port 8505 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:22:24.541 Port 8504 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:22:24.544 Port 8505 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:22:24.552 Port 8507 is already in use
2025-04-03 20:22:24.553 Port 8506 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:36:56.430 Port 8504 is already in use
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:37:13.014 Port 8505 is already in use
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:37:34.920 Port 8506 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-03 20:37:46.386 Port 8507 is already in use
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:31:10.433 Port 8501 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
2025-04-04 12:31:10.463 Port 8503 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:31:10.569 Port 8502 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:33:08.897 Port 8501 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:33:08.900 Port 8502 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:33:08.912 Port 8503 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashSFilho.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashFSA.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashCajazeiras.py:48: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Stopping...
Stopping...
Stopping...
Stopping...
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:49:53.939 Port 8502 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:49:53.944 Port 8503 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:49:53.953 Port 8501 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:50:56.124 Port 8503 is already in use
2025-04-04 12:50:56.124 Port 8502 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 12:50:56.385 Port 8501 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:03.217 Port 8503 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:03.257 Port 8502 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:03.356 Port 8501 is already in use
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:42.639 Port 8502 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:42.678 Port 8503 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
2025-04-04 13:38:42.708 Port 8501 is already in use
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8506
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8504
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8505
You can now view your Streamlit app in your browser.
URL: http://0.0.0.0:8507
/home/grupo692/appstigrupobig/dashBarreiras.py:49: AltairDeprecationWarning:
Deprecated since `altair=5.5.0`. Use altair.theme instead.
Most cases require only the following change:
# Deprecated
alt.themes.enable('quartz')
# Updated
alt.theme.enable('quartz')
If your code registers a theme, make the following change:
# Deprecated
def custom_theme():
return {'height': 400, 'width': 700}
alt.themes.register('theme_name', custom_theme)
alt.themes.enable('theme_name')
# Updated
@alt.theme.register('theme_name', enable=True)
def custom_theme():
return alt.theme.ThemeConfig(
{'height': 400, 'width': 700}
)
See the updated User Guide for further details:
https://altair-viz.github.io/user_guide/api.html#theme
https://altair-viz.github.io/user_guide/customization.html#chart-themes
alt.themes.enable("dark")
Stopping...
Stopping...
Stopping...
Stopping...