Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -42,13 +42,6 @@ with st.sidebar:
|
|
42 |
It's designed to effortlessly generate LLM (Language Model) instruction sets in Indic languages.
|
43 |
Presently, it offers support for Hindi and Odia, with seamless scalability to incorporate additional
|
44 |
languages on the horizon.""")
|
45 |
-
st.markdown('''
|
46 |
-
<style>
|
47 |
-
[data-testid="stMarkdownContainer"] ul{
|
48 |
-
padding-left:40px;
|
49 |
-
}
|
50 |
-
</style>
|
51 |
-
''', unsafe_allow_html=True)
|
52 |
st.markdown(
|
53 |
"""
|
54 |
This versatile tool accommodates inputs from a variety of sources, including:
|
|
|
42 |
It's designed to effortlessly generate LLM (Language Model) instruction sets in Indic languages.
|
43 |
Presently, it offers support for Hindi and Odia, with seamless scalability to incorporate additional
|
44 |
languages on the horizon.""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
st.markdown(
|
46 |
"""
|
47 |
This versatile tool accommodates inputs from a variety of sources, including:
|