Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,12 +27,12 @@ html_title = '''
|
|
27 |
/* Add other font styling here (optional) */
|
28 |
}
|
29 |
</style>
|
30 |
-
<h1 class="stTitle">
|
31 |
'''
|
32 |
|
33 |
st.write(html_title, unsafe_allow_html=True)
|
34 |
|
35 |
-
# st.write("#
|
36 |
|
37 |
# Prompt Engineering Dashboard is working but not for production, works great for testing.
|
38 |
prompt_engineering_dashboard(st.session_state, config)
|
|
|
27 |
/* Add other font styling here (optional) */
|
28 |
}
|
29 |
</style>
|
30 |
+
<h1 class="stTitle">GOOGLE AGENT GHS SUTHUKENY</h1>
|
31 |
'''
|
32 |
|
33 |
st.write(html_title, unsafe_allow_html=True)
|
34 |
|
35 |
+
# st.write("# GOOGLE AGENT GHS SUTHUKENY")
|
36 |
|
37 |
# Prompt Engineering Dashboard is working but not for production, works great for testing.
|
38 |
prompt_engineering_dashboard(st.session_state, config)
|