Spaces:
Sleeping
Sleeping
TpsNandhini
commited on
Commit
โข
370b8ef
1
Parent(s):
19ed6a9
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ col1, col2 = st.columns([1, 2])
|
|
15 |
with col1:
|
16 |
st.image("gpt2-chatbot-launched.jpg")
|
17 |
with col2:
|
18 |
-
st.markdown('<h1 style="font-family: Arial, sans-serif; color: #B22222; text-align: center;">
|
19 |
|
20 |
# Sql Connection:
|
21 |
|
|
|
15 |
with col1:
|
16 |
st.image("gpt2-chatbot-launched.jpg")
|
17 |
with col2:
|
18 |
+
st.markdown('<h1 style="font-family: Arial, sans-serif; color: #B22222; text-align: center;">GuviGenius GPT๐</h1>', unsafe_allow_html=True)
|
19 |
|
20 |
# Sql Connection:
|
21 |
|