UholoDala commited on
Commit
62c4e25
1 Parent(s): 5bc28b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -13,12 +13,12 @@ pinned: false
13
  ### The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:
14
  #### - Import machine learning components into the app script.
15
  #### - Create an interface,
16
- ####- Create a function to handle inputs.
17
- ####- Values are passed through the interface.
18
- ####- Restore these values in the backend,
19
- ####- Apply the required processing,
20
- ####- To produce predictions, submit the processed values to the ML model.
21
- ####- Process the acquired predictions and present them on the interface.
22
 
23
 
24
 
 
13
  ### The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:
14
  #### - Import machine learning components into the app script.
15
  #### - Create an interface,
16
+ #### - Create a function to handle inputs.
17
+ #### - Values are passed through the interface.
18
+ #### - Restore these values in the backend,
19
+ #### - Apply the required processing,
20
+ #### - To produce predictions, submit the processed values to the ML model.
21
+ #### - Process the acquired predictions and present them on the interface.
22
 
23
 
24