Spaces:
Runtime error
Runtime error
gif
Browse files
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:
|