Jelajahi Sumber

update readme

added last feedacks
marisogo 1 tahun lalu
induk
melakukan
589e44e1da
3 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      README.md
  2. TEMPAT SAMPAH
      readme_img/demo_exec_graph.png
  3. TEMPAT SAMPAH
      readme_img/execution_graph_readme.png

+ 4 - 4
README.md

@@ -106,11 +106,11 @@ def filter_genre(initial_dataset: pd.DataFrame, selected_genre):
 
 
 *This is the execution graph of the scenario we are implementing*
 *This is the execution graph of the scenario we are implementing*
 
 
-<div align="center"><img src="readme_img/demo_exec_graph.png" alt="Demo Execution Graph"  width="40%"/></div>
+<div align="center"><img src="readme_img/execution_graph_readme.png" alt="Demo Execution Graph"  width="40%"/></div>
 
 
 
 
 ### Taipy Studio - The easy peasy way
 ### Taipy Studio - The easy peasy way
-*You can use the Taipy Studio extension in VSCode to configure your sequence with no code*
+*You can use the Taipy Studio extension in Visual Studio Code to configure your scenario with no code*
 
 
 <div align="center"><img src="readme_img/readme_demo_studio.gif" width="80%" alt="Demo Studio Gif"></img></div>
 <div align="center"><img src="readme_img/readme_demo_studio.gif" width="80%" alt="Demo Studio Gif"></img></div>
 
 
@@ -143,7 +143,7 @@ import taipy as tp
 import pandas as pd
 import pandas as pd
 from taipy import Config, Scope, Gui
 from taipy import Config, Scope, Gui
 
 
-# TAIPY Scenario & Data Management
+# Taipy Scenario & Data Management
 
 
 # Filtering function - task
 # Filtering function - task
 def filter_genre(initial_dataset: pd.DataFrame, selected_genre):
 def filter_genre(initial_dataset: pd.DataFrame, selected_genre):
@@ -162,7 +162,7 @@ tp.Core().run()
 scenario = tp.create_scenario(scenario_cfg)
 scenario = tp.create_scenario(scenario_cfg)
 
 
 
 
-# TAIPY User Interface
+# Taipy User Interface
 # Let's add a GUI to our Scenario Management for a full application
 # Let's add a GUI to our Scenario Management for a full application
 
 
 # Callback definition - submits scenario with genre selection
 # Callback definition - submits scenario with genre selection

TEMPAT SAMPAH
readme_img/demo_exec_graph.png


TEMPAT SAMPAH
readme_img/execution_graph_readme.png