Creates the API layer for Open Notebook Creates a services API gateway for the Streamlit front-end Migrates the SurrealDB SDK to the official one Change all database calls to async New podcast framework supporting multiple speaker configurations Implement the surreal-commands library for async processing Improve docker image and docker-compose configurations
30 lines
635 B
TOML
30 lines
635 B
TOML
[server]
|
|
port = 8502
|
|
maxMessageSize = 500
|
|
# fileWatcherType = "none"
|
|
|
|
[browser]
|
|
serverPort = 8502
|
|
|
|
[theme]
|
|
|
|
# # The preset Streamlit theme that your custom theme inherits from.
|
|
# # One of "light" or "dark".
|
|
base = "light"
|
|
|
|
# # Primary accent color for interactive elements.
|
|
# primaryColor =
|
|
|
|
# # Background color for the main content area.
|
|
# backgroundColor =
|
|
|
|
# # Background color used for the sidebar and most interactive widgets.
|
|
# secondaryBackgroundColor =
|
|
|
|
# # Color used for almost all text.
|
|
# textColor =
|
|
|
|
# # Font family for all text in the app, except code blocks. One of "sans serif",
|
|
# # "serif", or "monospace".
|
|
# font =
|
|
|