Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
-
###
|
|
|
|
|
|
|
|
|
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,
|