DrishtiSharma commited on
Commit
a8bed22
·
verified ·
1 Parent(s): 42bb886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def render_graph_nx(graph):
104
  st.pyplot(plt)
105
 
106
  # Streamlit UI
107
- st.title("Blah Blah Workflow Demo")
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