alyzbane commited on
Commit
02adde5
·
1 Parent(s): 370abb3

added gr.html

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def get_bot_response(message, chat_history, model_choice):
57
  # Create the Gradio interface
58
  with gr.Blocks(theme=gr.themes.Default(), title="Gaming Sentiment Chatbot", css=".upload-button {display: none;} .centered-md {text-align: center}") as demo:
59
  gr.Markdown("# 🎮 Steam Review Sentiment Analysis", elem_classes="centered-md")
60
- gr.Markdown("""
61
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px;">
62
  ✨ Enter a Steam review to analyze its sentiment. For more information, see the dataset used at:
63
  <a href="https://www.kaggle.com/datasets/filipkin/steam-reviews" target="_blank">
 
57
  # Create the Gradio interface
58
  with gr.Blocks(theme=gr.themes.Default(), title="Gaming Sentiment Chatbot", css=".upload-button {display: none;} .centered-md {text-align: center}") as demo:
59
  gr.Markdown("# 🎮 Steam Review Sentiment Analysis", elem_classes="centered-md")
60
+ gr.HTML("""
61
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px;">
62
  ✨ Enter a Steam review to analyze its sentiment. For more information, see the dataset used at:
63
  <a href="https://www.kaggle.com/datasets/filipkin/steam-reviews" target="_blank">