jbonda / ml-workflow-pipeline

The work flow of CS-600(Professional software development) Project.Project Title: GUI pipeline for ML models.
0 stars 0 forks source link

[BUG] CSS/HTML bug with displaying preprocessed data on scaling page. #40

Closed raelewis closed 1 year ago

raelewis commented 1 year ago

Is there an existing issue for this?

Current Behavior

When supplying a large dataset to the program, the display of the preprocessed data on the scaling page will sometimes exit the border of the form.

Expected Behavior

The contents of the dataset should be displayed within the borders of the form.

Steps To Reproduce

  1. Submit a large dataset (the dataset we used had 14 columns).
  2. Follow the form steps to data scaling. The data display should be visible.

I'm attaching the file we used below for ease of testing. wine_data.csv

Environment

No response

Anything else?

No response

jbonda commented 1 year ago

Thanks for raising the issue. I fixed it using a Horizontal scrolling table.

raelewis commented 1 year ago

Awesome, thanks!