Tonic commited on
Commit
30f39f7
·
1 Parent(s): ab0f3d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ examples = [
72
 
73
  iface = gr.Interface(
74
  fn=starling_bot.predict,
75
- gr.Markdown(title)
76
- gr.Markdown(description)
77
  inputs=[
78
  gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
79
  gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),
 
72
 
73
  iface = gr.Interface(
74
  fn=starling_bot.predict,
75
+ gr.Markdown(title),
76
+ gr.Markdown(description),
77
  inputs=[
78
  gr.Textbox(label="🌟🤩User Message", type="text", lines=5),
79
  gr.Textbox(label="💫🌠Starling Assistant Message or Instructions ", lines=2),