Spaces:
Sleeping
Sleeping
Commit
·
744295f
1
Parent(s):
20b4ac9
enabled prompt engg dashboard
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ init_state(st.session_state, config)
|
|
22 |
st.write("# Mixtral Search Engine")
|
23 |
|
24 |
# Prompt Engineering Dashboard is working but not for production, works great for testing.
|
25 |
-
|
26 |
|
27 |
|
28 |
sidebar(st.session_state, config)
|
|
|
22 |
st.write("# Mixtral Search Engine")
|
23 |
|
24 |
# Prompt Engineering Dashboard is working but not for production, works great for testing.
|
25 |
+
prompt_engineering_dashboard(st.session_state, config)
|
26 |
|
27 |
|
28 |
sidebar(st.session_state, config)
|