We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8946ece commit 43e5985Copy full SHA for 43e5985
Dockerfile
@@ -75,6 +75,10 @@ RUN echo $(which python)
75
# Install Playwright browsers
76
RUN playwright install
77
RUN crawl4ai-setup
78
+
79
+# Needed for dev in container
80
+RUN apt-get install git -y
81
+RUN git config --global --add safe.directory /app
82
# Expose the port that Streamlit will run on
83
EXPOSE 8501
84
pages/ask_uos_chat.py
@@ -738,7 +738,7 @@ def log_feedback(self):
738
739
def run(self):
740
"""Main method to run the application logic."""
741
- # st.title("ask.UOS")
+ st.title("ask.UOS")
742
initialize_session_sate()
743
RemoveEmptyElementContainer()
744
# Get or create user ID using our method
0 commit comments