Deep-Learning-Playground
Deep-Learning-Playground copied to clipboard
[BUG]: Dataset upload on tabular model creation does not allow uploading correct file type
Operating system
Ubuntu
Bug description
Creating a model does not allow user to upload the correct file type.
Steps to reproduce
- Navigate to DLP dashboard
- Click 'Train Model'
- Select Tabular
- Give your model an arbitrary name
- Attempt to upload a file ending in .csv
- Observe that the Toast message does not allow you to upload the file citing "Please upload a file ending in .csv" despite the fact that the file you uploaded is a csv.
Hello @alantao912! Thank you for submitting the 🐞Bug Request Form. We appreciate your contribution. :wave:
We will look into it and provide a response as soon as possible.
To work on this bug request, you can follow these branch setup instructions:
- Checkout the main branch:
```
git checkout nextjs
```
- Pull the latest changes from the remote main branch:
```
git pull origin nextjs
```
- Create a new branch specific to this bug request using the issue number:
git checkout -b bug-1106
Feel free to make the necessary changes in this branch and submit a pull request when you're ready.
Best regards, Deep Learning Playground (DLP) Team
@jamesrm67 try and emulate this and see if you can find the cause!