Skip to content

Commit ad0469c

Browse files
committed
added some text description of most oftem used tools and methods
1 parent cf81707 commit ad0469c

File tree

1 file changed

+10
-1
lines changed
  • SurveyAnalysisWebApp

1 file changed

+10
-1
lines changed

SurveyAnalysisWebApp/ui.R

+10-1
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,13 @@ dashboardPage(
562562
width=12
563563
),#end box
564564

565+
h4("So most of the times Python,SQL and R are used at work.",align="center"),
566+
567+
br(),
568+
569+
h3("What data sciece and ML method is most often used at work?",align="center"),
570+
571+
br(),
565572

566573
#work ML method frequency
567574
box(
@@ -576,8 +583,10 @@ dashboardPage(
576583

577584
highchartOutput("WorkMethodUsed"),
578585
width=12
579-
)#end box
586+
),#end box
580587

588+
br(),
589+
h4("So most of the times Data visualization,logistic Regression and Cross-Validation are used at work.",align="center")
581590

582591
)#end column
583592

0 commit comments

Comments
 (0)