Dagfinn1962 commited on
Commit
141811c
1 Parent(s): 9926ebb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -145,11 +145,11 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
145
  "biased, or otherwise offensive outputs.",
146
  elem_classes=["disclaimer"],
147
  )
148
- with gr.Row():
149
- gr.Markdown(
150
- "[Privacy policy](https://gist.github.com/samhavens/c29c68cdcd420a9aa0202d0839876dac)",
151
- elem_classes=["disclaimer"],
152
- )
153
 
154
  submit_event = msg.submit(
155
  fn=conversation.user_turn,
 
145
  "biased, or otherwise offensive outputs.",
146
  elem_classes=["disclaimer"],
147
  )
148
+ with gr.Row():
149
+ gr.Markdown(
150
+ "[Privacy policy](https://gist.github.com/samhavens/c29c68cdcd420a9aa0202d0839876dac)",
151
+ elem_classes=["disclaimer"],
152
+ )
153
 
154
  submit_event = msg.submit(
155
  fn=conversation.user_turn,