Bmccloud22 commited on
Commit
f1a38d8
·
verified ·
1 Parent(s): 97ad655

Deploy LaunchLLM - Production AI Training Platform

Browse files
Files changed (2) hide show
  1. financial_advisor_gui.py +1 -1
  2. 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=8, max_lines=12)
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.0.0
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