aquibmoin commited on
Commit
c686fc0
1 Parent(s): 1bb9498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -28,16 +28,15 @@ def get_model_output(input_text):
28
  # Define Gradio interface
29
 
30
  article_text = """
31
- ### How to Use This App
32
 
33
- 1. **Upload CSV File**: Click the "Upload CSV file" button to upload your CSV file containing the data.
34
- 2. **Specify Column**: Enter the name of the column that contains the missing values you want to impute.
35
- 3. **Run the Imputation**: The app will process the file, impute the missing values, and save the updated file.
36
 
37
- ### Additional Information
 
 
 
 
38
 
39
- - **Fill-Mask Model**: This app uses a fill-mask model from Hugging Face to suggest possible values for the missing data.
40
- - **Data Security**: Your data is processed locally and not stored on any server.
41
  """
42
  demo = gr.Interface(
43
  fn=get_model_output,
 
28
  # Define Gradio interface
29
 
30
  article_text = """
 
31
 
32
+ ### Notes:
 
 
33
 
34
+ ### Possible Demo Apps:
35
+
36
+ 1. **Data Cleaning and Imputation**
37
+ 2. **Content Generation and Brainstorming**
38
+ 3. **Code Completion and Documentation**
39
 
 
 
40
  """
41
  demo = gr.Interface(
42
  fn=get_model_output,