fix runtime error
Browse files- app.py +1 -1
- 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("#
|
| 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
|