MAli7319 commited on
Commit
9a3f206
·
1 Parent(s): 7ac57fe

Update comment_analyzer.py

Browse files
Files changed (1) hide show
  1. 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.Row():
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():