awacke1 commited on
Commit
f6587a7
·
1 Parent(s): 2083ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,6 +26,6 @@ def create_graph():
26
  graph = create_graph()
27
 
28
  # Streamlit app
29
- st.title("Graphviz Example")
30
- st.subheader("A simple graph with two boxes and a line connecting them.")
31
  st.graphviz_chart(graph)
 
26
  graph = create_graph()
27
 
28
  # Streamlit app
29
+ st.title("In Context Learning - Prompt Targeting QA Pattern")
30
+ st.subheader("The Question / Answer pattern below can be used in concert with a LLM to do real time in context learning using general intelligence.")
31
  st.graphviz_chart(graph)