ikmalsaid commited on
Commit
d2ec598
β€’
1 Parent(s): ed12efc

Upload kalam_app.py

Browse files
Files changed (1) hide show
  1. kalam_app.py +3 -3
kalam_app.py CHANGED
@@ -4,6 +4,7 @@ with ui.Blocks(title='Kalam AI', theme=thx, css=css, analytics_enabled=False) as
4
  ui.HTML(value='''
5
  <center>
6
  <h2>πŸ“– Kalam AI Web App 🀲</h2>
 
7
  </center>
8
  ''')
9
 
@@ -24,9 +25,8 @@ with ui.Blocks(title='Kalam AI', theme=thx, css=css, analytics_enabled=False) as
24
 
25
  ui.HTML(value='''
26
  <center>
27
- <br>
28
- Made with ❀️ by Ikmal Said
29
- <br>
30
  </center>
31
  ''')
32
 
 
4
  ui.HTML(value='''
5
  <center>
6
  <h2>πŸ“– Kalam AI Web App 🀲</h2>
7
+ <p>Sebuah aplikasi web menghasilkan poster ayat Al-Quran beserta terjemahan menggunakan AI</p>
8
  </center>
9
  ''')
10
 
 
25
 
26
  ui.HTML(value='''
27
  <center>
28
+ <h2>Dibangunkan oleh Ikmal Said (<a href='https://twitter.com/ikmalsaid'>@ikmalsaid</a>)</h2>
29
+ <p>Untuk #GodamSahur 2024</p>
 
30
  </center>
31
  ''')
32