Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def render_graph_nx(graph):
|
|
104 |
st.pyplot(plt)
|
105 |
|
106 |
# Streamlit UI
|
107 |
-
st.title("
|
108 |
st.write("This app demonstrates LLM-based tool usage with and without human intervention.")
|
109 |
|
110 |
# Sidebar for options
|
|
|
104 |
st.pyplot(plt)
|
105 |
|
106 |
# Streamlit UI
|
107 |
+
st.title("Tool Usage with and w/o Human Intervention")
|
108 |
st.write("This app demonstrates LLM-based tool usage with and without human intervention.")
|
109 |
|
110 |
# Sidebar for options
|