Deep-Learning-Playground icon indicating copy to clipboard operation
Deep-Learning-Playground copied to clipboard

[BUG]: Dataset upload on tabular model creation does not allow uploading correct file type

Open alantao912 opened this issue 1 year ago • 2 comments

Operating system

Ubuntu

Bug description

Creating a model does not allow user to upload the correct file type.

Steps to reproduce

  1. Navigate to DLP dashboard
  2. Click 'Train Model'
  3. Select Tabular
  4. Give your model an arbitrary name
  5. Attempt to upload a file ending in .csv
  6. 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.

alantao912 avatar Jan 22 '24 02:01 alantao912

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:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. 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

github-actions[bot] avatar Jan 22 '24 02:01 github-actions[bot]

@jamesrm67 try and emulate this and see if you can find the cause!

noah-iversen avatar Oct 17 '24 21:10 noah-iversen