Skip to content

Commit

Permalink
experiment_config.json name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsitnik committed Jun 19, 2024
1 parent c986573 commit 8a78fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/first-time-modal/first-time-modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CloseIcon from "@mui/icons-material/Close"
import IconButton from "@mui/material/IconButton"
import Modal from "@mui/material/Modal"
import React from "react"
import trainConfig from "../../../repromodel_core/train_config.json"
import experimentConfig from "../../../repromodel_core/experiment_config.json"
import Typography from "@mui/material/Typography"

import { handleDownload } from "../../utils/download-helpers"
Expand Down

0 comments on commit 8a78fa4

Please sign in to comment.