GianJSX commited on
Commit
c56b895
·
1 Parent(s): cdc5bd9
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -31,6 +31,8 @@ else:
31
  gpt_assistant = GPTAssistant(assistant_api_key)
32
 
33
  html_content = st.text_input("Paste your piece of HTML here:")
 
 
34
 
35
  extract_button = st.button("Extract data format")
36
  if html_content and extract_button:
 
31
  gpt_assistant = GPTAssistant(assistant_api_key)
32
 
33
  html_content = st.text_input("Paste your piece of HTML here:")
34
+ if not html_content:
35
+ st.image("https://j.gifs.com/gpqvPl.gif")
36
 
37
  extract_button = st.button("Extract data format")
38
  if html_content and extract_button: