Open Issues Need Help
View All on GitHubAI Summary: The task requires enhancing the Streamlit Theta project to allow users to download files in native formats (e.g., .docx, .pptx, .csv) instead of the current JSON format. This involves modifying the download functionality of each editor to generate and offer the appropriate file type based on the editor's content.
Streamlit Editor suite for documents, presentations, spreadsheets, and custom modules.
AI Summary: Debug and fix the unresponsive behavior of the CSV and Spreadsheet editors in the Streamlit Theta project. The issue appears to be related to the generation of rows and columns when clicked, preventing proper interaction. This likely involves inspecting the JavaScript code within the respective editor components to identify and correct the error causing the lack of response to user clicks.
Streamlit Editor suite for documents, presentations, spreadsheets, and custom modules.