rodrisouza commited on
Commit
ed294b0
·
verified ·
1 Parent(s): 48368db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -187,7 +187,7 @@ def save_comment_score(chat_responses, score, comment, story_name, user_name, sy
187
  with gr.Blocks() as demo:
188
  with gr.Tabs():
189
  with gr.TabItem("Chat"):
190
- gr.Markdown("# Chat with Model")
191
 
192
  gr.Markdown("## Context")
193
  with gr.Group():
@@ -212,9 +212,8 @@ with gr.Blocks() as demo:
212
  save_button = gr.Button("Save Score and Comment")
213
  data_table = gr.DataFrame(headers=["User Input", "Chat Response", "Score", "Comment"])
214
 
215
- with gr.TabItem("Instructions"):
216
- gr.Markdown("# Instructions")
217
- gr.Textbox(label="Instructions", value="Here you can add the instructions for using the interface.", lines=20)
218
 
219
  chat_history_json = gr.JSON(value=[], visible=False)
220
  interaction_count = gr.Number(value=0, visible=False)
 
187
  with gr.Blocks() as demo:
188
  with gr.Tabs():
189
  with gr.TabItem("Chat"):
190
+ gr.Markdown("# Demo Chatbot V3")
191
 
192
  gr.Markdown("## Context")
193
  with gr.Group():
 
212
  save_button = gr.Button("Save Score and Comment")
213
  data_table = gr.DataFrame(headers=["User Input", "Chat Response", "Score", "Comment"])
214
 
215
+ with gr.TabItem("User Guide"):
216
+ gr.Textbox(value="Here you can add the instructions for using the interface.", lines=20)
 
217
 
218
  chat_history_json = gr.JSON(value=[], visible=False)
219
  interaction_count = gr.Number(value=0, visible=False)