Spaces:
Runtime error
Runtime error
Update comment_analyzer.py
Browse files- comment_analyzer.py +1 -1
comment_analyzer.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
""")
|
60 |
input_comment = gr.Textbox(placeholder="Write your comment here...", show_label = False)
|
61 |
button = gr.Button("What is the Rating I Have Given? Click me to Learn")
|
62 |
-
with gr.
|
63 |
gr.Markdown("#### Generated Rating from Your Comment")
|
64 |
rating = gr.Number()
|
65 |
with gr.Column():
|
|
|
59 |
""")
|
60 |
input_comment = gr.Textbox(placeholder="Write your comment here...", show_label = False)
|
61 |
button = gr.Button("What is the Rating I Have Given? Click me to Learn")
|
62 |
+
with gr.Column():
|
63 |
gr.Markdown("#### Generated Rating from Your Comment")
|
64 |
rating = gr.Number()
|
65 |
with gr.Column():
|