Chris4K commited on
Commit
5ab2580
·
verified ·
1 Parent(s): 00577b5

Update app_description.py

Browse files
Files changed (1) hide show
  1. app_description.py +5 -3
app_description.py CHANGED
@@ -1,7 +1,9 @@
1
  # app_description.py
2
 
3
- def show_app_description():
4
- return '''
 
 
5
  # Hugging Face Agent and Tools App
6
 
7
  ## Description
@@ -60,4 +62,4 @@ def show_app_description():
60
  4. View the assistant's responses, which may include images, audio, text, or other visualizations based on the selected tools.
61
 
62
  Feel free to explore and experiment with different tools to achieve various tasks!
63
- '''
 
1
  # app_description.py
2
 
3
+ import streamlit as st
4
+
5
+ def app_user_decription():
6
+ st.markdown('''
7
  # Hugging Face Agent and Tools App
8
 
9
  ## Description
 
62
  4. View the assistant's responses, which may include images, audio, text, or other visualizations based on the selected tools.
63
 
64
  Feel free to explore and experiment with different tools to achieve various tasks!
65
+ ''')