damelia commited on
Commit
5a2fed1
·
verified ·
1 Parent(s): 2c8c3c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def generate_response(nama, tujuan_utama, motivasi_utama, gender, berat, tinggi,
48
 
49
 
50
  # Membuat interface Gradio untuk ditampilkan
51
- with gr.Blocks() as interface:
52
  # Title
53
  gr.Markdown("# Get Your Body Goals Here")
54
 
 
48
 
49
 
50
  # Membuat interface Gradio untuk ditampilkan
51
+ with gr.Blocks(theme=gr.themes.Ocean()) as interface:
52
  # Title
53
  gr.Markdown("# Get Your Body Goals Here")
54