Martin Nguyen commited on
Commit
749e7d3
·
1 Parent(s): ddd2d87

Fix python command

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -3,7 +3,7 @@ library(shiny)
3
  library(jsonlite) # For JSON conversion
4
 
5
  # Use the system's Python executable or configure Python path
6
- python_path <- "python"
7
  model= readRDS("model.rds")
8
 
9
  # Sample data table to display
 
3
  library(jsonlite) # For JSON conversion
4
 
5
  # Use the system's Python executable or configure Python path
6
+ python_path <- "python3"
7
  model= readRDS("model.rds")
8
 
9
  # Sample data table to display