daniel-was-taken commited on
Commit
131a1cc
·
1 Parent(s): 8d631a4

Change to UI

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -170,6 +170,7 @@ with gr.Blocks(title="AutoML Trainer", theme=gr.themes.Soft()) as demo:
170
  with gr.Column(scale=1):
171
  file_input = gr.File(label="Upload Local CSV File")
172
  url_input = gr.Textbox(label="Or Enter Public CSV URL", placeholder="e.g., https://.../data.csv")
 
173
  target_column_input = gr.Textbox(label="Enter Target Column Name", placeholder="e.g., approved")
174
  nebius_api_key_input = gr.Textbox(label="Nebius AI Studio API Key (Optional)", type="password", placeholder="Enter your API key for AI explanations")
175
  run_button = gr.Button("Run Analysis & AutoML", variant="primary")
 
170
  with gr.Column(scale=1):
171
  file_input = gr.File(label="Upload Local CSV File")
172
  url_input = gr.Textbox(label="Or Enter Public CSV URL", placeholder="e.g., https://.../data.csv")
173
+ gr.Textbox(label="Sample CSV", value="https://raw.githubusercontent.com/daniel-was-taken/MCP_Project/refs/heads/master/collegePlace.csv")
174
  target_column_input = gr.Textbox(label="Enter Target Column Name", placeholder="e.g., approved")
175
  nebius_api_key_input = gr.Textbox(label="Nebius AI Studio API Key (Optional)", type="password", placeholder="Enter your API key for AI explanations")
176
  run_button = gr.Button("Run Analysis & AutoML", variant="primary")