Sarath0x8f commited on
Commit
affb477
·
verified ·
1 Parent(s): 623f81f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,12 +70,12 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])
70
  with gr.TabItem("My2.0"):
71
  gr.ChatInterface(respond,
72
  chatbot=gr.Chatbot(height=500),
73
- examples=["Tell me about yourself sarath",
74
  'Can you walk me through some of your recent projects and explain the role you played in each?',
75
  "What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
76
  "How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
77
  )
78
- gr.Markdown(md.description)
79
 
80
  gr.Markdown(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
81
 
 
70
  with gr.TabItem("My2.0"):
71
  gr.ChatInterface(respond,
72
  chatbot=gr.Chatbot(height=500),
73
+ examples=["Tell me about yourself",
74
  'Can you walk me through some of your recent projects and explain the role you played in each?',
75
  "What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
76
  "How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
77
  )
78
+ gr.HTML(md.description)
79
 
80
  gr.Markdown(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
81