Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ st.markdown(f"""
|
|
| 227 |
<div style="text-align: center;">
|
| 228 |
<img src="https://img.icons8.com/fluency/96/book.png" width="90">
|
| 229 |
<h1 class="main-header">{t("header")}</h1>
|
| 230 |
-
<p>Hasilkan
|
| 231 |
</div>
|
| 232 |
""", unsafe_allow_html=True)
|
| 233 |
st.markdown('<hr>', unsafe_allow_html=True)
|
|
@@ -236,23 +236,23 @@ with st.sidebar:
|
|
| 236 |
st.markdown("""
|
| 237 |
<div style="text-align: center;">
|
| 238 |
<img src="https://img.icons8.com/fluency/96/book.png" width="80">
|
| 239 |
-
<h3>Asisten AI untuk
|
| 240 |
-
<p>
|
| 241 |
</div>
|
| 242 |
""", unsafe_allow_html=True)
|
| 243 |
st.markdown('<div class="modern-card">', unsafe_allow_html=True)
|
| 244 |
st.markdown("### " + t("about"))
|
| 245 |
-
st.info("Alat ini menghasilkan
|
| 246 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 247 |
st.markdown('<div class="modern-card">', unsafe_allow_html=True)
|
| 248 |
st.markdown("### " + t("how_it_works"))
|
| 249 |
st.markdown("""
|
| 250 |
<ol>
|
| 251 |
-
<li>Masukkan
|
| 252 |
-
<li>AI melakukan
|
| 253 |
-
<li>
|
| 254 |
-
<li>Buat draf dan edit
|
| 255 |
-
<li>
|
| 256 |
</ol>
|
| 257 |
""", unsafe_allow_html=True)
|
| 258 |
st.markdown('</div>', unsafe_allow_html=True)
|
|
|
|
| 227 |
<div style="text-align: center;">
|
| 228 |
<img src="https://img.icons8.com/fluency/96/book.png" width="90">
|
| 229 |
<h1 class="main-header">{t("header")}</h1>
|
| 230 |
+
<p>Hasilkan FS Anda dengan agen yang berbasis AI.</p>
|
| 231 |
</div>
|
| 232 |
""", unsafe_allow_html=True)
|
| 233 |
st.markdown('<hr>', unsafe_allow_html=True)
|
|
|
|
| 236 |
st.markdown("""
|
| 237 |
<div style="text-align: center;">
|
| 238 |
<img src="https://img.icons8.com/fluency/96/book.png" width="80">
|
| 239 |
+
<h3>Asisten AI untuk Membuat FS</h3>
|
| 240 |
+
<p>FS dibantu AI</p>
|
| 241 |
</div>
|
| 242 |
""", unsafe_allow_html=True)
|
| 243 |
st.markdown('<div class="modern-card">', unsafe_allow_html=True)
|
| 244 |
st.markdown("### " + t("about"))
|
| 245 |
+
st.info("Alat ini menghasilkan FS yang dipersonalisasi berdasarkan masukan Anda. Isi form asumsi, dan biarkan agen spesialis kami menyusun FS Anda!")
|
| 246 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 247 |
st.markdown('<div class="modern-card">', unsafe_allow_html=True)
|
| 248 |
st.markdown("### " + t("how_it_works"))
|
| 249 |
st.markdown("""
|
| 250 |
<ol>
|
| 251 |
+
<li>Masukkan asumsi selengkap mungkin</li>
|
| 252 |
+
<li>AI melakukan persiapan FS</li>
|
| 253 |
+
<li>Kemudian menyiapkan outline FS</li>
|
| 254 |
+
<li>Buat draf dan edit FS Anda</li>
|
| 255 |
+
<li>FS Anda siap diunduh</li>
|
| 256 |
</ol>
|
| 257 |
""", unsafe_allow_html=True)
|
| 258 |
st.markdown('</div>', unsafe_allow_html=True)
|