HannahLin271 commited on
Commit
5c6ee75
·
verified ·
1 Parent(s): 7a33625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ default_model_info = f"## 🍭Model Information\n<br>Model_name: single_conversa
102
  app = gr.Blocks()
103
  full_output = " "
104
  with app:
105
- gr.Markdown("# 🫂 Empathetic Dialogue System \n🤗For the chatbot, we trained a small language model from scratch in our local machine. You can find the detailed information about our project in the Github repository [here](https://github.com/CallMeL/Project-ML).")
106
  # Model Parameters interface
107
  inp = gr.Dropdown(
108
  choices=model_choices,
 
102
  app = gr.Blocks()
103
  full_output = " "
104
  with app:
105
+ gr.Markdown("# 🫂 Empathetic Dialogue System \n🤗For the chatbot, we trained a small language model from scratch in our local machine. You can find the detailed information about our project in the Github repository [here](https://github.com/CallMeL/Empathetic-Dialogue-System).")
106
  # Model Parameters interface
107
  inp = gr.Dropdown(
108
  choices=model_choices,