rlgondong commited on
Commit
e3ca06a
·
verified ·
1 Parent(s): 7e2991d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -74,7 +74,17 @@ def classify_and_track(images, budget):
74
  receipt_text = "\n".join(receipt_lines)
75
  return results, receipt_text
76
 
77
- # 🎛️ Gradio Interface
 
 
 
 
 
 
 
 
 
 
78
  with gr.Blocks(theme=custom_theme) as iface:
79
  gr.Markdown(
80
  """
 
74
  receipt_text = "\n".join(receipt_lines)
75
  return results, receipt_text
76
 
77
+ # Custom Theme
78
+ custom_theme = gr.themes.Base(
79
+ primary_hue="rose",
80
+ secondary_hue="amber",
81
+ neutral_hue="stone",
82
+ font=[gr.themes.GoogleFont("Helvetica")]
83
+ ).set(
84
+ body_background_fill="#ffe5e5"
85
+ )
86
+
87
+ # Gradio Interface
88
  with gr.Blocks(theme=custom_theme) as iface:
89
  gr.Markdown(
90
  """