Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ n_image = image.resize((150, 150))
|
|
13 |
st.image(n_image)
|
14 |
|
15 |
st.title("المساعدة اللغوية في التنبؤ بالمتلازمات والمتصاحبات وتصحيحها")
|
16 |
-
default_value = "
|
17 |
|
18 |
# sent is the variable holding the user's input
|
19 |
sent = st.text_area('المدخل',default_value)
|
@@ -113,10 +113,10 @@ if (st.checkbox('الاستعانة بالرسم البياني', value=False)):
|
|
113 |
str_time = str(exec_time)[:3]
|
114 |
|
115 |
st.markdown("""---""")
|
116 |
-
st.
|
117 |
st.dataframe(df)
|
118 |
st.markdown("""---""")
|
119 |
-
st.
|
120 |
st.dataframe(res_df)
|
121 |
st.markdown("""---""")
|
122 |
st.write(f'{str_time} s :الوقت المستغرق باستعمال الرسم البياني')
|
|
|
13 |
st.image(n_image)
|
14 |
|
15 |
st.title("المساعدة اللغوية في التنبؤ بالمتلازمات والمتصاحبات وتصحيحها")
|
16 |
+
default_value = "أستاذ التعليم"
|
17 |
|
18 |
# sent is the variable holding the user's input
|
19 |
sent = st.text_area('المدخل',default_value)
|
|
|
113 |
str_time = str(exec_time)[:3]
|
114 |
|
115 |
st.markdown("""---""")
|
116 |
+
st.header("الكلمات المقترحة باستعمال النموذج اللغوي")
|
117 |
st.dataframe(df)
|
118 |
st.markdown("""---""")
|
119 |
+
st.header("الكلمات المقترحة باستعمال الرسم البياني")
|
120 |
st.dataframe(res_df)
|
121 |
st.markdown("""---""")
|
122 |
st.write(f'{str_time} s :الوقت المستغرق باستعمال الرسم البياني')
|