Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ DATA_FOLDER = "data"
|
|
| 29 |
if not os.path.exists(DATA_FOLDER):
|
| 30 |
os.makedirs(DATA_FOLDER)
|
| 31 |
|
| 32 |
-
st.title("
|
| 33 |
|
| 34 |
# Option to upload a file or provide a local file path
|
| 35 |
input_option = st.radio("Choose input method:", ("Upload a JSON file", "Autoload"))
|
|
@@ -270,4 +270,8 @@ just reformulate it if needed and otherwise return it as is."""),
|
|
| 270 |
except Exception as e:
|
| 271 |
st.error(f"An unexpected error occurred: {e}")
|
| 272 |
else:
|
| 273 |
-
st.info("Please upload a JSON file or enter a local file path.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
if not os.path.exists(DATA_FOLDER):
|
| 30 |
os.makedirs(DATA_FOLDER)
|
| 31 |
|
| 32 |
+
st.title("Triomics")
|
| 33 |
|
| 34 |
# Option to upload a file or provide a local file path
|
| 35 |
input_option = st.radio("Choose input method:", ("Upload a JSON file", "Autoload"))
|
|
|
|
| 270 |
except Exception as e:
|
| 271 |
st.error(f"An unexpected error occurred: {e}")
|
| 272 |
else:
|
| 273 |
+
st.info("Please upload a JSON file or enter a local file path.")
|
| 274 |
+
|
| 275 |
+
st.markdown("---") # Add a horizontal rule for visual separation
|
| 276 |
+
st.markdown("[My linkedin](https://www.linkedin.com/in/darshankumarr/)")
|
| 277 |
+
st.markdown("[Resume Link](https://drive.google.com/file/d/1HAL5NmUjT5bfa-NIgo-kVQ93-ISzGijh/view?usp=drive_link)")
|