Spaces:
Running
Running
Upload 16 files
Browse files
interface/rebalancing_interface.py
CHANGED
@@ -10,7 +10,7 @@ examples = [
|
|
10 |
|
11 |
# Define Gradio components
|
12 |
main_currency = gr.Dropdown(
|
13 |
-
label="Main",
|
14 |
choices=currency_codes,
|
15 |
value="KRW",
|
16 |
# info="Assets converted to main currency"
|
|
|
10 |
|
11 |
# Define Gradio components
|
12 |
main_currency = gr.Dropdown(
|
13 |
+
label="Main Currency",
|
14 |
choices=currency_codes,
|
15 |
value="KRW",
|
16 |
# info="Assets converted to main currency"
|