SlouchyBuffalo commited on
Commit
e5b3ba7
·
verified ·
1 Parent(s): b6c73df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(title="Study Assistant", theme=gr.themes.Soft()) as demo:
117
  gr.Markdown("- Supported formats: PDF, DOCX, TXT")
118
  gr.Markdown("- Maximum file size: 200MB")
119
  gr.Markdown("- Text can be pasted directly if you don't have a file")
120
- gr.Markdown("- Requires HuggingFace Pro account with Cerebras access")
121
 
122
  process_btn.click(
123
  fn=process_document,
 
117
  gr.Markdown("- Supported formats: PDF, DOCX, TXT")
118
  gr.Markdown("- Maximum file size: 200MB")
119
  gr.Markdown("- Text can be pasted directly if you don't have a file")
120
+ gr.Markdown("- Uses HuggingFace Pro account with Cerebras access")
121
 
122
  process_btn.click(
123
  fn=process_document,