Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ style = '''
|
|
24 |
st.markdown(style, unsafe_allow_html=True)
|
25 |
|
26 |
st.markdown('<p style="font-family:sans-serif;font-size: 1.5rem;text-align: right;"> HertogAI Table Q&A using TAPAS and Model Language</p>', unsafe_allow_html=True)
|
27 |
-
st.markdown('<p style="font-family:sans-serif;font-size:
|
28 |
-
st.markdown("<p style='font-family:sans-serif;font-size:
|
29 |
|
30 |
|
31 |
# Initialize TAPAS pipeline
|
|
|
24 |
st.markdown(style, unsafe_allow_html=True)
|
25 |
|
26 |
st.markdown('<p style="font-family:sans-serif;font-size: 1.5rem;text-align: right;"> HertogAI Table Q&A using TAPAS and Model Language</p>', unsafe_allow_html=True)
|
27 |
+
st.markdown('<p style="font-family:sans-serif;font-size: 0.7rem;text-align: right;"> This code is based on Jordan Skinner. I enhanced his work for Data analysis COUNT, AVG, TOTAL, MEAN & StdDev </p>', unsafe_allow_html=True)
|
28 |
+
st.markdown("<p style='font-family:sans-serif;font-size: 0.6rem;text-align: right;'>Pre-trained TAPAS model runs on max 64 rows and 32 columns data. Make sure the file data doesn't exceed these dimensions.</p>", unsafe_allow_html=True)
|
29 |
|
30 |
|
31 |
# Initialize TAPAS pipeline
|