Spaces:
Runtime error
Runtime error
Commit
·
b7de61a
1
Parent(s):
2cde51c
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from git import Repo
|
|
5 |
from langchain import HuggingFaceHub, LLMChain
|
6 |
|
7 |
# Set page configuration
|
8 |
-
st.set_page_config(layout="wide", initial_sidebar_state="auto"
|
9 |
|
10 |
# Collect user inputs
|
11 |
repository_url = st.text_input("Enter GitHub repository URL:", "")
|
|
|
5 |
from langchain import HuggingFaceHub, LLMChain
|
6 |
|
7 |
# Set page configuration
|
8 |
+
st.set_page_config(layout="wide", initial_sidebar_state="auto")
|
9 |
|
10 |
# Collect user inputs
|
11 |
repository_url = st.text_input("Enter GitHub repository URL:", "")
|