diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 01:14:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 01:14:46 +0200 |
commit | 49bfc4afb349a7220669027bdde3f293bb65cdf8 (patch) | |
tree | 268ac91542f3d0ac1b63a254c3ae96702c193dc8 /rag | |
parent | d1fc4199fa889f289225f61c2c808b95cc63d807 (diff) |
Remove unused column
Diffstat (limited to 'rag')
-rw-r--r-- | rag/ui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ if __name__ == "__main__": ) submit = st.form_submit_button("Generate") - (b,) = st.columns(1) (result_column, context_column) = st.columns(2) if submit and model: |