Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,6 @@ def create_graph():
|
|
26 |
graph = create_graph()
|
27 |
|
28 |
# Streamlit app
|
29 |
-
st.title("
|
30 |
-
st.subheader("
|
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)
|