Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ def extract_corrected_code(response_text):
|
|
| 60 |
|
| 61 |
# Main App
|
| 62 |
def main():
|
| 63 |
-
st.set_page_config(page_title="
|
| 64 |
-
st.title("
|
| 65 |
st.write("Upload one or more code files and get a full analysis with downloadable fixed versions.")
|
| 66 |
|
| 67 |
uploaded_files = st.file_uploader(
|
|
|
|
| 60 |
|
| 61 |
# Main App
|
| 62 |
def main():
|
| 63 |
+
st.set_page_config(page_title="Multi-Language Code Analyzer & Fixer", layout="centered")
|
| 64 |
+
st.title("Multi-Language Code Analyzer & Bug Fixer")
|
| 65 |
st.write("Upload one or more code files and get a full analysis with downloadable fixed versions.")
|
| 66 |
|
| 67 |
uploaded_files = st.file_uploader(
|