Spaces:
Runtime error
Runtime error
File size: 116 Bytes
bdf72d6 |
1 2 3 4 5 |
# app.py
from company_info_search import run_gradio_interface
if __name__ == "__main__":
run_gradio_interface() |