Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ st.write(
|
|
26 |
)
|
27 |
|
28 |
# Displaying the centered title
|
29 |
-
st.markdown("<h2 class='title'>
|
30 |
|
31 |
# os.environ["PANDASAI_API_KEY"] = "$2a$10$gbmqKotzJOnqa7iYOun8eO50TxMD/6Zw1pLI2JEoqncwsNx4XeBS2"
|
32 |
|
|
|
26 |
)
|
27 |
|
28 |
# Displaying the centered title
|
29 |
+
st.markdown("<h2 class='title'>VayuBuddy</h2>", unsafe_allow_html=True)
|
30 |
|
31 |
# os.environ["PANDASAI_API_KEY"] = "$2a$10$gbmqKotzJOnqa7iYOun8eO50TxMD/6Zw1pLI2JEoqncwsNx4XeBS2"
|
32 |
|