Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -386,7 +386,7 @@ if not st.session_state.chat_active:
|
|
| 386 |
border-radius: 10px;
|
| 387 |
padding: 5px;
|
| 388 |
background-color: transparent;
|
| 389 |
-
margin:
|
| 390 |
text-align: center;
|
| 391 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 392 |
box-sizing: border-box;
|
|
@@ -417,7 +417,7 @@ if not st.session_state.chat_active:
|
|
| 417 |
}
|
| 418 |
</style>
|
| 419 |
|
| 420 |
-
<h1 style=
|
| 421 |
|
| 422 |
<div class="section-container">
|
| 423 |
<div class="section">
|
|
@@ -426,7 +426,7 @@ if not st.session_state.chat_active:
|
|
| 426 |
</div>
|
| 427 |
<div class="section">
|
| 428 |
<h2>Create</h2>
|
| 429 |
-
<p>Generate trust-optimised solutions: <br>Example: Find World Vision development TrustBuilders®. Then use them to write a 200-word annual report article. Enthusiastic tone.</p>
|
| 430 |
</div>
|
| 431 |
<div class="section">
|
| 432 |
<h2>Trust-optimise</h2>
|
|
@@ -434,7 +434,6 @@ if not st.session_state.chat_active:
|
|
| 434 |
</div>
|
| 435 |
</div>
|
| 436 |
""", unsafe_allow_html=True)
|
| 437 |
-
|
| 438 |
|
| 439 |
else:
|
| 440 |
st.empty()
|
|
|
|
| 386 |
border-radius: 10px;
|
| 387 |
padding: 5px;
|
| 388 |
background-color: transparent;
|
| 389 |
+
margin: 3px;
|
| 390 |
text-align: center;
|
| 391 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 392 |
box-sizing: border-box;
|
|
|
|
| 417 |
}
|
| 418 |
</style>
|
| 419 |
|
| 420 |
+
<h1 style="text-align: center; background: linear-gradient(45deg, #4b25ea, #bd18e6, #fb590e); -webkit-background-clip: text; color: transparent;">How can I help you today?</h1>
|
| 421 |
|
| 422 |
<div class="section-container">
|
| 423 |
<div class="section">
|
|
|
|
| 426 |
</div>
|
| 427 |
<div class="section">
|
| 428 |
<h2>Create</h2>
|
| 429 |
+
<p>Generate trust-optimised solutions : <br>Example: Find World Vision development TrustBuilders®. Then use them to write a 200-word annual report article. Enthusiastic tone.</p>
|
| 430 |
</div>
|
| 431 |
<div class="section">
|
| 432 |
<h2>Trust-optimise</h2>
|
|
|
|
| 434 |
</div>
|
| 435 |
</div>
|
| 436 |
""", unsafe_allow_html=True)
|
|
|
|
| 437 |
|
| 438 |
else:
|
| 439 |
st.empty()
|