ZakyF commited on
Commit
ed3d30f
·
1 Parent(s): 552dfdc

fix runtime error

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def run_archon(cust_id):
120
 
121
  with gr.Blocks(css=custom_css) as demo:
122
  with gr.Div(elem_classes="nagari-header"):
123
- gr.Markdown("# 🛡️ ARCHON-AI: FINANCIAL RESILIENCE ENGINE")
124
  gr.Markdown("Pusat Intelijen Manajemen Risiko & Perilaku Nasabah")
125
 
126
  with gr.Row(variant="panel"):
 
120
 
121
  with gr.Blocks(css=custom_css) as demo:
122
  with gr.Div(elem_classes="nagari-header"):
123
+ gr.Markdown("# ARCHON-AI: FINANCIAL RESILIENCE ENGINE")
124
  gr.Markdown("Pusat Intelijen Manajemen Risiko & Perilaku Nasabah")
125
 
126
  with gr.Row(variant="panel"):
requirements.txt CHANGED
@@ -5,4 +5,5 @@ gradio
5
  pandas
6
  numpy
7
  accelerate
8
- plotly
 
 
5
  pandas
6
  numpy
7
  accelerate
8
+ plotly
9
+ google-generativeai