Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,6 @@ with gr.Blocks() as demo:
|
|
72 |
gr.Markdown("""
|
73 |
##### Thanks for your interest and taking your time.
|
74 |
##### Tell us about your personal experience enrolling in this course. Was it the right match for you?
|
75 |
-
##### (Note: Comment should be written in English and be longer than 20 characters)
|
76 |
""")
|
77 |
input_comment = gr.Textbox(placeholder="Write your comment here...")
|
78 |
button = gr.Button("What is the Rating I Gave? Click me to Learn")
|
|
|
72 |
gr.Markdown("""
|
73 |
##### Thanks for your interest and taking your time.
|
74 |
##### Tell us about your personal experience enrolling in this course. Was it the right match for you?
|
|
|
75 |
""")
|
76 |
input_comment = gr.Textbox(placeholder="Write your comment here...")
|
77 |
button = gr.Button("What is the Rating I Gave? Click me to Learn")
|