Spaces:
Runtime error
Runtime error
Deploy LaunchLLM - Production AI Training Platform
Browse files- financial_advisor_gui.py +1 -1
- requirements.txt +1 -1
financial_advisor_gui.py
CHANGED
|
@@ -1587,7 +1587,7 @@ with gr.Blocks(title="Financial Advisor AI Trainer", theme=gr.themes.Soft(), css
|
|
| 1587 |
|
| 1588 |
gr.Markdown("---")
|
| 1589 |
gr.Markdown("#### View Full Dataset")
|
| 1590 |
-
data_json = gr.Code(label="Full Dataset (JSON)", language="json", lines=
|
| 1591 |
|
| 1592 |
with gr.Column():
|
| 1593 |
gr.Markdown("#### Add New Training Example")
|
|
|
|
| 1587 |
|
| 1588 |
gr.Markdown("---")
|
| 1589 |
gr.Markdown("#### View Full Dataset")
|
| 1590 |
+
data_json = gr.Code(label="Full Dataset (JSON)", language="json", lines=15)
|
| 1591 |
|
| 1592 |
with gr.Column():
|
| 1593 |
gr.Markdown("#### Add New Training Example")
|
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ sentencepiece>=0.1.99
|
|
| 13 |
protobuf>=3.20.0
|
| 14 |
|
| 15 |
# GUI framework
|
| 16 |
-
gradio>=4.
|
| 17 |
|
| 18 |
# Security for API key storage
|
| 19 |
cryptography>=41.0.0
|
|
|
|
| 13 |
protobuf>=3.20.0
|
| 14 |
|
| 15 |
# GUI framework
|
| 16 |
+
gradio>=4.44.0
|
| 17 |
|
| 18 |
# Security for API key storage
|
| 19 |
cryptography>=41.0.0
|