EmicoBinsfinder commited on
Commit
f076e4f
1 Parent(s): b24494c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -105,6 +105,8 @@ with gr.Blocks() as demo:
105
 
106
  gr.Markdown("""
107
 
 
 
108
  Do you want a bit more freedom over the outputs you generate? No worries, you can use a chatbot version of our model below. You can ask it anything by the way, just try to keep it PG.
109
 
110
  If you're concerned about an output from the model, hit the flag button and we will use that information to improve the model.
@@ -112,6 +114,9 @@ with gr.Blocks() as demo:
112
 
113
 
114
  """)
 
 
 
115
 
116
  chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
117
  with gr.Row():
 
105
 
106
  gr.Markdown("""
107
 
108
+ # THE CHATBOT
109
+
110
  Do you want a bit more freedom over the outputs you generate? No worries, you can use a chatbot version of our model below. You can ask it anything by the way, just try to keep it PG.
111
 
112
  If you're concerned about an output from the model, hit the flag button and we will use that information to improve the model.
 
114
 
115
 
116
  """)
117
+
118
+
119
+
120
 
121
  chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
122
  with gr.Row():